]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/org.argeo.slc.sdk/pom.xml
Deactivate ZIP assembly
[gpl/argeo-slc.git] / dist / org.argeo.slc.sdk / pom.xml
index 2981d9c03134eb85644b584a6caaa92049cc0528..879b206b8531f216333a7a521f82b96c5d561937 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptors>
-                                               <descriptor>src/assembly/dist.xml</descriptor>
-                                               <descriptor>src/assembly/devel.xml</descriptor>
-                                       </descriptors>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>attach-assembly</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>single</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
+<!--                   <plugin>-->
+<!--                           <groupId>org.apache.maven.plugins</groupId>-->
+<!--                           <artifactId>maven-assembly-plugin</artifactId>-->
+<!--                           <configuration>-->
+<!--                                   <descriptors>-->
+<!--                                           <descriptor>src/assembly/dist.xml</descriptor>-->
+<!--                                           <descriptor>src/assembly/devel.xml</descriptor>-->
+<!--                                   </descriptors>-->
+<!--                           </configuration>-->
+<!--                           <executions>-->
+<!--                                   <execution>-->
+<!--                                           <id>attach-assembly</id>-->
+<!--                                           <phase>package</phase>-->
+<!--                                           <goals>-->
+<!--                                                   <goal>single</goal>-->
+<!--                                           </goals>-->
+<!--                                   </execution>-->
+<!--                           </executions>-->
+<!--                   </plugin>-->
                        <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> 
                                <version>1.1</version> <executions> <execution> <id>create-repository</id> 
                                <phase>deploy</phase> <goals> <goal>exec</goal> </goals> </execution> </executions>