[Registry-dev] svn commit r19146 - in trunk/registry: . modules/samples

deepal at wso2.com deepal at wso2.com
Fri Jul 11 07:32:47 PDT 2008


Author: deepal
Date: Fri Jul 11 07:32:46 2008
New Revision: 19146
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19146

Log:
adding pom.xml for sample module 

Added:
   trunk/registry/modules/samples/pom.xml
Modified:
   trunk/registry/pom.xml

Added: trunk/registry/modules/samples/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/registry/modules/samples/pom.xml?pathrev=19146
==============================================================================
--- (empty file)
+++ trunk/registry/modules/samples/pom.xml	Fri Jul 11 07:32:46 2008
@@ -0,0 +1,197 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <groupId>org.wso2.registry</groupId>
+        <artifactId>org.wso2.registry</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>wso2registry-samples</artifactId>
+    <packaging>jar</packaging>
+    <name>WSO2 Registry - Samples</name>
+    <build>
+            <resources>
+            <resource>
+                <directory>handler-sample/resources</directory>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
+                <directory>filebased-sample/resources</directory>
+                <filtering>false</filtering>
+            </resource>
+ <resource>
+                <directory>collection-handler-sample/resources</directory>
+                <filtering>false</filtering>
+            </resource>
+ <resource>
+                <directory>custom-ui-sample1/resources</directory>
+                <filtering>false</filtering>
+            </resource>
+
+
+        </resources>
+         <plugins>
+            <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>handler-sample/src</source>
+<source>filebased-sample/src</source>
+<source>wsdl-sample/src</source>
+<source>collection-handler-sample/src</source>
+<source>custom-ui-sample1/src</source>
+
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <forkMode>pertest</forkMode>
+                    <argLine>-enableassertions</argLine>
+                    <testFailureIgnore>false</testFailureIgnore>
+                 </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <!-- Junit testing environment-->
+        <dependency>
+            <groupId>org.wso2.commons</groupId>
+            <artifactId>authenticator</artifactId>
+        </dependency>
+<dependency>
+          <groupId>org.wso2.registry</groupId>
+          <artifactId>wso2registry-core</artifactId>
+          <version>SNAPSHOT</version>
+      </dependency>    
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-dbcp</groupId>
+            <artifactId>commons-dbcp</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+             <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-client</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-parser</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-server</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-i18n</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-impl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>jetty</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>jetty-util</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+        </dependency>
+    </dependencies>
+</project>
+

Modified: trunk/registry/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/registry/pom.xml?rev=19146&r1=19145&r2=19146&view=diff
==============================================================================
--- trunk/registry/pom.xml	(original)
+++ trunk/registry/pom.xml	Fri Jul 11 07:32:46 2008
@@ -126,6 +126,8 @@
     <modules>
         <module>modules/core</module>
         <module>modules/extensions</module>
+
+        <module>modules/samples</module>
         <module>modules/webapps</module>
         <module>modules/documentation</module>
         <module>modules/distribution</module>



More information about the Registry-dev mailing list