Author: vsiveton
Date: Wed Feb 4 13:01:11 2009
New Revision: 740723
URL: http://svn.apache.org/viewvc?rev=740723&view=rev
Log:
o merged from r740722 (finally remove unused cli)
Removed:
maven/doxia/doxia/trunk/doxia-book/src/main/assembly/
maven/doxia/doxia/trunk/doxia-book/src/main/components/
maven/doxia/doxia/trunk/doxia-book/src/main/java/org/apache/maven/doxia/book/BookDoxiaCli.java
Modified:
maven/doxia/doxia/trunk/doxia-book/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=740723&r1=740722&r2=740723&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Wed Feb 4 13:01:11 2009
@@ -84,18 +84,6 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-cli</artifactId>
- <version>1.5</version>
- </dependency>
-
- <!-- misc -->
- <dependency>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
- <version>1.0</version>
- </dependency>
<!-- test -->
<dependency>
@@ -137,44 +125,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/components/components.xml</descriptor>
- <descriptor>target/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>merge-descriptors</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/jar.xml</descriptor>
- </descriptors>
- <archive>
- <manifest>
- <mainClass>org.apache.maven.doxia.book.BookDoxiaCli</mainClass>
- </manifest>
- </archive>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>
\ No newline at end of file
|