Author: ptahchiev
Date: Fri Feb  1 05:12:25 2008
New Revision: 617493

URL: http://svn.apache.org/viewvc?rev=617493&view=rev
Log:
documentation folder removed and pom.xml added the jar manifest development 
mode.

Removed:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/documentation/
Modified:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml

Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml?rev=617493&r1=617492&r2=617493&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml (original)
+++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml Fri Feb  1 05:12:25 
2008
@@ -247,7 +247,19 @@
                                    
<artifactId>maven-surefire-plugin</artifactId>
                        <version>2.3</version>
                          </plugin>
-                       </plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <configuration>
+            <archive>
+              <manifestEntries>
+                <mode>development</mode>
+                <url>${pom.url}</url>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+      </plugins>
                </pluginManagement>
        </build> 
        <modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to