You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/08 15:38:10 UTC

svn commit: r1298412 - in /incubator/syncope/trunk/archetype/src/main/resources/archetype-resources: console/pom.xml core/pom.xml

Author: ilgrosso
Date: Thu Mar  8 14:38:10 2012
New Revision: 1298412

URL: http://svn.apache.org/viewvc?rev=1298412&view=rev
Log:
Small alignments in archetype resource POMs

Modified:
    incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml
    incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml

Modified: incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml?rev=1298412&r1=1298411&r2=1298412&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml (original)
+++ incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml Thu Mar  8 14:38:10 2012
@@ -77,7 +77,29 @@ under the License.
       <type>jar</type>
     </dependency>
 
-        <!-- TEST -->
+    <!-- TEST -->
+    <dependency>
+      <groupId>org.apache.syncope</groupId>
+      <artifactId>syncope-build-tools</artifactId>
+      <version>${syncope.version}</version>
+      <type>war</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.seleniumhq.selenium.client-drivers</groupId>
+      <artifactId>selenium-java-client-driver</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-test</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
@@ -109,15 +131,7 @@ under the License.
       <artifactId>org.connid.bundles.ldap</artifactId>
       <scope>test</scope>
     </dependency>
-        
-    <dependency>
-      <groupId>org.apache.syncope</groupId>
-      <artifactId>syncope-build-tools</artifactId>
-      <type>war</type>
-      <scope>test</scope>
-    </dependency>
-        <!-- /TEST -->
-        
+    <!-- /TEST -->    
   </dependencies>
 
   <build>
@@ -216,15 +230,19 @@ under the License.
                 </properties>
               </deployable>
               <deployable>
-                <location>${settings.localRepository}/org/syncope/syncope-build-tools/${syncope.version}/syncope-build-tools-${syncope.version}.war</location>
+                <groupId>org.connid.bundles.soap</groupId>
+                <artifactId>wssample</artifactId>
+                <type>war</type>
                 <properties>
-                  <context>syncope-build-tools</context>
+                  <context>wssample</context>
                 </properties>
               </deployable>
               <deployable>
-                <location>${settings.localRepository}/org/connid/bundles/soap/wssample/${connid.soap.version}/wssample-${connid.soap.version}.war</location>
+                <groupId>org.apache.syncope</groupId>
+                <artifactId>syncope-build-tools</artifactId>
+                <type>war</type>
                 <properties>
-                  <context>wssample</context>
+                  <context>syncope-build-tools</context>
                 </properties>
               </deployable>
             </deployables>

Modified: incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml?rev=1298412&r1=1298411&r2=1298412&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml (original)
+++ incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml Thu Mar  8 14:38:10 2012
@@ -28,7 +28,7 @@ under the License.
     <version>${version}</version>
   </parent>
 
-  <name>Syncope sample project core</name>
+  <name>Apache Syncope sample project core</name>
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}</artifactId>
   <packaging>war</packaging>
@@ -82,20 +82,12 @@ under the License.
       <artifactId>groovy-all</artifactId>
     </dependency>
 
-        <!-- TEST -->
+<!-- TEST -->
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
+      <groupId>org.apache.syncope</groupId>
+      <artifactId>syncope-build-tools</artifactId>
+      <version>${syncope.version}</version>
+      <type>war</type>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -124,15 +116,27 @@ under the License.
       <artifactId>org.connid.bundles.ldap</artifactId>
       <scope>test</scope>
     </dependency>
-            
     <dependency>
-      <groupId>org.apache.syncope</groupId>
-      <artifactId>syncope-build-tools</artifactId>
-      <type>war</type>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-        <!-- /TEST -->
-
+    <dependency>
+      <groupId>com.h2database</groupId>
+      <artifactId>h2</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- /TEST -->
   </dependencies>
 
   <build>
@@ -184,7 +188,7 @@ under the License.
             <configuration>
               <target>
                 <unzip src="${project.build.directory}/${project.build.finalName}.war"
-                                       dest="${cargo.run.dir}">
+                       dest="${cargo.run.dir}">
                   <patternset>
                     <exclude name="**/content.xml"/>
                     <exclude name="**/persistence.properties"/>
@@ -244,15 +248,19 @@ under the License.
                 </properties>
               </deployable>
               <deployable>
-                <location>${settings.localRepository}/org/syncope/syncope-build-tools/${syncope.version}/syncope-build-tools-${syncope.version}.war</location>
+                <groupId>org.connid.bundles.soap</groupId>
+                <artifactId>wssample</artifactId>
+                <type>war</type>
                 <properties>
-                  <context>syncope-build-tools</context>
+                  <context>wssample</context>
                 </properties>
               </deployable>
               <deployable>
-                <location>${settings.localRepository}/org/connid/bundles/soap/wssample/${connid.soap.version}/wssample-${connid.soap.version}.war</location>
+                <groupId>org.apache.syncope</groupId>
+                <artifactId>syncope-build-tools</artifactId>
+                <type>war</type>
                 <properties>
-                  <context>wssample</context>
+                  <context>syncope-build-tools</context>
                 </properties>
               </deployable>
             </deployables>