[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:01:22 EST 2006
User: starksm
Date: 06/12/10 12:01:22
Added: maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0
maven-plugin-parameter-documenter-2.0.pom
maven-plugin-parameter-documenter-2.0.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:01:22; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom
Index: maven-plugin-parameter-documenter-2.0.pom
===================================================================
<project>
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-plugin-parameter-documenter</artifactId>
<name>Maven Plugin Parameter Documenter API</name>
<version>2.0</version>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>base</id>
<goals>
<goal>xpp3-writer</goal>
<goal>java</goal>
<goal>xpp3-reader</goal>
</goals>
</execution>
<execution>
<id>xsd</id>
<phase>generate-sources</phase>
<goals>
<goal>xsd</goal>
</goals>
</execution>
</executions>
<configuration>
<version>1.0.0</version>
<model>src/main/mdo/paramdoc.mdo</model>
<packageWithVersion>false</packageWithVersion>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
1.1 date: 2006/12/10 17:01:22; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom.sha1
Index: maven-plugin-parameter-documenter-2.0.pom.sha1
===================================================================
b6a1ae66a56dfea8531348ed6ed00b2892167a09 /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom
More information about the jboss-cvs-commits
mailing list