You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/22 20:05:21 UTC

svn commit: r1516528 - /commons/sandbox/weaver/trunk/pom.xml

Author: mbenson
Date: Thu Aug 22 18:05:20 2013
New Revision: 1516528

URL: http://svn.apache.org/r1516528
Log:
site publishing

Modified:
    commons/sandbox/weaver/trunk/pom.xml

Modified: commons/sandbox/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1516528&r1=1516527&r2=1516528&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/pom.xml (original)
+++ commons/sandbox/weaver/trunk/pom.xml Thu Aug 22 18:05:20 2013
@@ -218,6 +218,13 @@ under the License.
           </dependency>
         </dependencies>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <content>${project.build.directory}/staging/weaver</content>
+        </configuration>
+      </plugin>
     </plugins>
   </build>