[prev in list] [next in list] [prev in thread] [next in thread] 

List:       juddi-cvs
Subject:    svn commit: r693932 - in /webservices/juddi/branches/v3_trunk: uddi-api/
From:       jfaath () apache ! org
Date:       2008-09-10 19:12:51
Message-ID: 20080910191251.EBF042388970 () eris ! apache ! org
[Download RAW message or body]

Author: jfaath
Date: Wed Sep 10 12:12:49 2008
New Revision: 693932

URL: http://svn.apache.org/viewvc?rev=693932&view=rev
Log:
removed uddi-api directory as the JAXB work is now being done in uddi-ws.  Added the \
unit test to uddi-ws.

Added:
    webservices/juddi/branches/v3_trunk/uddi-ws/src/test/
Removed:
    webservices/juddi/branches/v3_trunk/uddi-api/
Modified:
    webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml

Modified: webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml?rev=693932&r1=693931&r2=693932&view=diff
 ==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml Wed Sep 10 12:12:49 2008
@@ -21,6 +21,14 @@
       <url>http://download.java.net/maven/1</url>
       <layout>legacy</layout>
     </repository>
+	<repository>
+	  <id>jfrog-plugins</id>
+	  <name>jfrog-plugins-dist</name>
+	  <url>http://www.jfrog.org/artifactory/plugins-releases@repo</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+	</repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
@@ -35,6 +43,7 @@
   </pluginRepositories>
   <build>
     <plugins>
+      <!--  uncomment this section to regenerate the java classes
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jaxws-maven-plugin</artifactId>
@@ -53,7 +62,7 @@
           <keep>true</keep>
         </configuration>
       </plugin>
-      <!-- Don't forget Java 5!! -->
+      -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
@@ -61,7 +70,19 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <skip>false</skip>
+          <excludes>
+            <exclude>**/*Abstract*.java</exclude>
+          </excludes>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -71,6 +92,11 @@
       <artifactId>jaxws-rt</artifactId>
       <version>2.1.4</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.5</version>
+    </dependency>
   </dependencies>
 
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic