]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 56df72a6c52b158306021c67c7a6bce0ff79df74..e3ce398b0f28d6e9c3cc8a3553bd66843c5cbda0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo</groupId>
@@ -9,7 +8,7 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.3.4-SNAPSHOT</version>
+       <version>0.3.5-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <description>Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring</description>
        <packaging>pom</packaging>
@@ -151,9 +150,6 @@ limitations under the License.
                                <plugin>
                                        <artifactId>maven-release-plugin</artifactId>
                                        <version>2.2.2</version>
-                                       <configuration>
-                                               <autoVersionSubmodules>true</autoVersionSubmodules>
-                                       </configuration>
                                </plugin>
                                <!-- Apache -->
                                <plugin>
@@ -312,6 +308,20 @@ limitations under the License.
                                                                        <dateFormat>yyyy-MM-dd</dateFormat>
                                                                </configuration>
                                                        </plugin>
+                                                       <!-- <plugin> -->
+                                                       <!-- <artifactId>maven-pmd-plugin</artifactId> -->
+                                                       <!-- <version>2.7.1</version> -->
+                                                       <!-- <configuration> -->
+                                                       <!-- <linkXref>true</linkXref> -->
+                                                       <!-- <targetJdk>1.6</targetJdk> -->
+                                                       <!-- <aggregate>true</aggregate> -->
+                                                       <!-- <excludes> -->
+                                                       <!-- <exclude>**/springutil/*.java</exclude> -->
+                                                       <!-- <exclude>**/demo/**/*.java</exclude> -->
+                                                       <!-- <exclude>**/internal/**/*.java</exclude> -->
+                                                       <!-- </excludes> -->
+                                                       <!-- </configuration> -->
+                                                       <!-- </plugin> -->
                                                </reportPlugins>
                                        </configuration>
                                </plugin>
@@ -377,6 +387,9 @@ limitations under the License.
                                </configuration>
                        </plugin>
                </plugins>
+               <!-- NOTE: This is just a vision for the future, it's not yet implemented: 
+                       see MNG-2216 -->
+               <!-- <sourceEncoding>UTF-8</sourceEncoding> -->
        </build>
        <dependencyManagement>
                <dependencies>