You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/12/03 03:23:14 UTC

svn commit: r722716 - /myfaces/extensions/validator/trunk/pom.xml

Author: lu4242
Date: Tue Dec  2 18:23:14 2008
New Revision: 722716

URL: http://svn.apache.org/viewvc?rev=722716&view=rev
Log:
update pom.xml removing add assembly when deploy (via -DperformRelease=true) and set parent as myfaces master pom

Modified:
    myfaces/extensions/validator/trunk/pom.xml

Modified: myfaces/extensions/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/pom.xml?rev=722716&r1=722715&r2=722716&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/pom.xml (original)
+++ myfaces/extensions/validator/trunk/pom.xml Tue Dec  2 18:23:14 2008
@@ -22,6 +22,12 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <parent>
+        <groupId>org.apache.myfaces</groupId>
+        <artifactId>myfaces</artifactId>
+        <version>6</version>
+    </parent>
+
     <groupId>org.apache.myfaces.extensions.validator</groupId>
     <artifactId>myfaces-extval-module</artifactId>
     <version>${build.version}</version>
@@ -35,6 +41,19 @@
         <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/</url>
     </scm>
 
+    <distributionManagement>
+        <snapshotRepository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>apache.snapshots</id>
+            <name>Apache Maven Snapshot Repository</name>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+        <site>
+            <id>apache-site</id>
+            <url>scpexe://people.apache.org/www/myfaces.apache.org/extensions/validator12</url>
+        </site>
+    </distributionManagement>
+
     <!-- WARNING: DO NOT GENERATE SITE FROM HERE DIRECTLY
     Since this project has an async release procedure (not
     all modules should be released at once), the parent pom.xml 
@@ -76,19 +95,6 @@
                 </plugins>
             </build>
         </profile>
-
-        <profile>
-            <id>perform-release</id>
-            <activation>
-                <property>
-                    <name>performRelease</name>
-                    <value>true</value>
-                </property>
-            </activation>
-            <modules>
-                <module>assembly</module>
-            </modules>
-        </profile>
     </profiles>
     
     <properties>