Author: carlos Date: Fri Jul 7 04:16:53 2006 New Revision: 419869 URL: http://svn.apache.org/viewvc?rev=419869&view=rev Log: Fix site generation
Modified: maven/components/trunk/maven-profile/pom.xml (contents, props changed) Modified: maven/components/trunk/maven-profile/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-profile/pom.xml?rev=419869&r1=419868&r2=419869&view=diff ============================================================================== --- maven/components/trunk/maven-profile/pom.xml (original) +++ maven/components/trunk/maven-profile/pom.xml Fri Jul 7 04:16:53 2006 @@ -16,9 +16,10 @@ <version>1.0-alpha-7</version> <executions> <execution> - <id>site-xsd</id> - <phase>site</phase> + <id>site-docs</id> + <phase>pre-site</phase> <goals> + <goal>xdoc</goal> <goal>xsd</goal> </goals> </execution> @@ -28,12 +29,12 @@ <goal>java</goal> <goal>xpp3-reader</goal> </goals> - <configuration> - <version>1.0.0</version> - <model>profiles.mdo</model> - </configuration> </execution> </executions> + <configuration> + <version>1.0.0</version> + <model>profiles.mdo</model> + </configuration> </plugin> </plugins> </build> Propchange: maven/components/trunk/maven-profile/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/components/trunk/maven-profile/pom.xml ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Fri Jul 7 04:16:53 2006 @@ -1 +1 @@ -"Date Rev Author" +"Author Date Id Revision"