You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/10/13 15:35:48 UTC

svn commit: r1531686 - /clerezza/trunk/ext/bundles-pom/pom.xml

Author: reto
Date: Sun Oct 13 13:35:48 2013
New Revision: 1531686

URL: http://svn.apache.org/r1531686
Log:
CLEREZZA-824: removed src-assembly as this broke the build (i.e. needed to be compiled beforehand manually)

Modified:
    clerezza/trunk/ext/bundles-pom/pom.xml

Modified: clerezza/trunk/ext/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/bundles-pom/pom.xml?rev=1531686&r1=1531685&r2=1531686&view=diff
==============================================================================
--- clerezza/trunk/ext/bundles-pom/pom.xml (original)
+++ clerezza/trunk/ext/bundles-pom/pom.xml Sun Oct 13 13:35:48 2013
@@ -167,7 +167,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -207,32 +206,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.3</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.clerezza.ext</groupId>
-                        <artifactId>src-assembly</artifactId>
-                        <version>1.0-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-                <executions>
-                    <execution>
-                        <id>make-src-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <configuration>
-                            <descriptorRefs>
-                                <descriptorRef>src-assembly</descriptorRef>
-                            </descriptorRefs>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>