]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Update version flags to v0.6.1
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index cc26b5716209b34d9e3753614e5a354b52999889..ac3e843280e74574884d928eabeb3f94deb06734 100644 (file)
@@ -7,17 +7,15 @@
        <artifactId>argeo-slc</artifactId>\r
        <packaging>pom</packaging>\r
        <name>Argeo SLC</name>\r
-       <version>0.5.1-SNAPSHOT</version>\r
+       <version>0.6.1</version>\r
        <description>SLC Distribution</description>\r
        <url>\r
                http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}\r
        </url>\r
-\r
        <modules>\r
                <module>../org.argeo.slc.core</module>\r
                <module>../org.argeo.slc.example</module>\r
        </modules>\r
-\r
        <scm>\r
                <connection>\r
                        scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc\r
                </developer>\r
        </developers>\r
        <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-compiler-plugin</artifactId>\r
-                               <configuration>\r
-                                       <source>1.5</source>\r
-                                       <target>1.5</target>\r
-                               </configuration>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-source-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>attach-sources</id>\r
-                                               <phase>verify</phase>\r
-                                               <goals>\r
-                                                       <goal>jar</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-javadoc-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>attach-javadoc</id>\r
-                                               <phase>verify</phase>\r
-                                               <goals>\r
-                                                       <goal>jar</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                       <!-- \r
+               <pluginManagement>\r
+                       <plugins>\r
                                <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-site-plugin</artifactId>\r
-                               <executions>\r
-                               <execution>\r
-                               <id>attach-javadoc</id>\r
-                               <phase>verify</phase>\r
-                               <goals>\r
-                               <goal>jar</goal>\r
-                               </goals>\r
-                               </execution>\r
-                               </executions>\r
+                                       <groupId>org.apache.maven.plugins</groupId>\r
+                                       <artifactId>maven-compiler-plugin</artifactId>\r
+                                       <configuration>\r
+                                               <source>1.5</source>\r
+                                               <target>1.5</target>\r
+                                       </configuration>\r
+                               </plugin>\r
+                               <plugin>\r
+                                       <groupId>org.apache.maven.plugins</groupId>\r
+                                       <artifactId>maven-source-plugin</artifactId>\r
+                                       <executions>\r
+                                               <execution>\r
+                                                       <id>attach-sources</id>\r
+                                                       <phase>package</phase>\r
+                                                       <goals>\r
+                                                               <goal>jar</goal>\r
+                                                       </goals>\r
+                                               </execution>\r
+                                       </executions>\r
                                </plugin>\r
-                       -->\r
+                               <plugin>\r
+                                       <groupId>org.apache.maven.plugins</groupId>\r
+                                       <artifactId>maven-javadoc-plugin</artifactId>\r
+                                       <executions>\r
+                                               <execution>\r
+                                                       <id>attach-javadoc</id>\r
+                                                       <phase>package</phase>\r
+                                                       <goals>\r
+                                                               <goal>jar</goal>\r
+                                                       </goals>\r
+                                               </execution>\r
+                                       </executions>\r
+                               </plugin>\r
+                       </plugins>\r
+               </pluginManagement>\r
+               <plugins>\r
                        <plugin>\r
                                <groupId>org.apache.maven.plugins</groupId>\r
                                <artifactId>maven-assembly-plugin</artifactId>\r
                                                </descriptor>\r
                                        </descriptors>\r
                                </configuration>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>assembly-exampleSlcAppli</id>\r
-                                               <phase>verify</phase>\r
-                                               <inherited>false</inherited>\r
-                                               <goals>\r
-                                                       <goal>single</goal>\r
-                                               </goals>\r
-                                               <configuration>\r
-                                                       <descriptors>\r
-                                                               <descriptor>\r
-                                                                       src/assembly/base.xml\r
-                                                               </descriptor>\r
-                                                       </descriptors>\r
-                                               </configuration>\r
-                                       </execution>\r
-                               </executions>\r
                        </plugin>\r
                </plugins>\r
        </build>\r
                        <url>http://www.argeo.org/maven/repository</url>\r
                </repository>\r
        </repositories>\r
+       <distributionManagement>\r
+               <repository>\r
+                       <uniqueVersion>false</uniqueVersion>\r
+                       <id>argeo</id>\r
+                       <name>Argeo FOSS Repository</name>\r
+                       <url>scpexe://argeo.org/var/argeo/maven2/argeo</url>\r
+               </repository>\r
+               <snapshotRepository>\r
+                       <uniqueVersion>true</uniqueVersion>\r
+                       <id>argeo-snapshots</id>\r
+                       <name>Argeo FOSS Snapshots Repository</name>\r
+                       <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>\r
+               </snapshotRepository>\r
+       </distributionManagement>\r
 </project>
\ No newline at end of file