]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/org.argeo.slc.sdk/pom.xml
Don't switch to log
[gpl/argeo-slc.git] / dist / org.argeo.slc.sdk / pom.xml
index 555b6c93fd7e9c8f5b7c3ca3a4bf93334d1c350e..2e33e26fbee0b14efceb87880db01d69c2555308 100644 (file)
@@ -45,6 +45,7 @@
                                                        <goal>pde-sources</goal>
                                                </goals>
                                                <configuration>
+                                                       <copyArtifacts>true</copyArtifacts>
                                                </configuration>
                                        </execution>
                                        <execution>
                                        </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> 
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
                        <artifactId>org.argeo.slc.dep.sdk.rcp</artifactId>
-                       <version>${project.version}</version>
+                       <version>${version.slc}</version>
                </dependency>
        </dependencies>
        <profiles>
                        </activation>
 
                        <properties>
-                               <package.version>${project.version}</package.version>
+                               <package.version>${version.slc}</package.version>
                                <distribution.label>argeo</distribution.label>
                                <distribution.root>/var/argeo/linux/argeo-el/5/argeo-testing</distribution.root>
                        </properties>