You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-commits@incubator.apache.org by ng...@apache.org on 2007/02/19 16:36:08 UTC

svn commit: r509243 - in /incubator/ftpserver/trunk/distribution: pom.xml src/site/

Author: ngn
Date: Mon Feb 19 08:36:07 2007
New Revision: 509243

URL: http://svn.apache.org/viewvc?view=rev&rev=509243
Log:
Deleting site (not kept in Confluence)

Removed:
    incubator/ftpserver/trunk/distribution/src/site/
Modified:
    incubator/ftpserver/trunk/distribution/pom.xml

Modified: incubator/ftpserver/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/distribution/pom.xml?view=diff&rev=509243&r1=509242&r2=509243
==============================================================================
--- incubator/ftpserver/trunk/distribution/pom.xml (original)
+++ incubator/ftpserver/trunk/distribution/pom.xml Mon Feb 19 08:36:07 2007
@@ -83,6 +83,19 @@
                 </executions>
                 </plugin>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-gpg-plugin</artifactId>
+              <executions>
+                <execution>
+                  <id>sign-artifacts</id>
+                  <phase>verify</phase>
+                  <goals>
+                    <goal>sign</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
+            <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <version>2.1</version>
                 <executions>
@@ -117,7 +130,6 @@
                     <reportSet>
                         <reports>
                             <report>dependencies</report>
-                            <report>project-team</report>
                             <report>mailing-list</report>
                             <report>issue-tracking</report>
                             <report>license</report>