You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/02/04 13:58:20 UTC

svn commit: r740722 - in /maven/doxia/doxia/branches/doxia-1.0.x/doxia-book: pom.xml src/main/java/org/apache/maven/doxia/book/BookDoxiaCli.java

Author: vsiveton
Date: Wed Feb  4 12:58:19 2009
New Revision: 740722

URL: http://svn.apache.org/viewvc?rev=740722&view=rev
Log:
o finally remove unused cli

Removed:
    maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/src/main/java/org/apache/maven/doxia/book/BookDoxiaCli.java
Modified:
    maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml

Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml?rev=740722&r1=740721&r2=740722&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-book/pom.xml Wed Feb  4 12:58:19 2009
@@ -90,11 +90,6 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-cli</artifactId>
-      <version>1.0</version>
-    </dependency>
   </dependencies>
 
   <build>
@@ -125,17 +120,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptorId>jar-with-dependencies</descriptorId>
-          <archive>
-            <manifest>
-              <mainClass>org.apache.maven.doxia.book.BookDoxiaCli</mainClass>
-            </manifest>
-          </archive>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file