You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by gp...@apache.org on 2013/08/09 13:46:53 UTC

svn commit: r1512267 - in /wink/2.x/trunk: pom.xml wink-bv-server/pom.xml

Author: gpetracek
Date: Fri Aug  9 11:46:53 2013
New Revision: 1512267

URL: http://svn.apache.org/r1512267
Log:
WINK-407 maven-source-plugin added to the normal build cycle

Modified:
    wink/2.x/trunk/pom.xml
    wink/2.x/trunk/wink-bv-server/pom.xml

Modified: wink/2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wink/2.x/trunk/pom.xml?rev=1512267&r1=1512266&r2=1512267&view=diff
==============================================================================
--- wink/2.x/trunk/pom.xml (original)
+++ wink/2.x/trunk/pom.xml Fri Aug  9 11:46:53 2013
@@ -69,6 +69,10 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <groupId>com.google.code.maven-license-plugin</groupId>
                 <artifactId>maven-license-plugin</artifactId>
                 <inherited>false</inherited>

Modified: wink/2.x/trunk/wink-bv-server/pom.xml
URL: http://svn.apache.org/viewvc/wink/2.x/trunk/wink-bv-server/pom.xml?rev=1512267&r1=1512266&r2=1512267&view=diff
==============================================================================
--- wink/2.x/trunk/wink-bv-server/pom.xml (original)
+++ wink/2.x/trunk/wink-bv-server/pom.xml Fri Aug  9 11:46:53 2013
@@ -69,13 +69,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
 </project>