This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 7243c464e1c93987b866bdcb66d1d8ff2962c030 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 22 11:07:54 2015 +0100 Clean poms --- pom.xml | 5 +-- swe-git/pom.xml | 37 ++----------------- swe-scm-api/pom.xml | 41 +-------------------- swe-svn/pom.xml | 34 ----------------- swe-ui-web/pom.xml | 103 ++++++++++++++++++++++++++-------------------------- 5 files changed, 58 insertions(+), 162 deletions(-) diff --git a/pom.xml b/pom.xml index cda7d52..61df88a 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ <name>ScmWebEditor</name> <description>ScmWebEditor is a web based sources editor.</description> - <url>https://scmwebeditor.nuiton.org</url> + <url>https://scmwebeditor2.nuiton.org</url> <inceptionYear>2009</inceptionYear> <developers> @@ -43,7 +43,6 @@ </developer> </developers> - <contributors> <contributor> <name>Geoffroy Lorieux</name> @@ -67,7 +66,7 @@ </roles> </contributor> </contributors> - + <modules> <module>swe-scm-api</module> <module>swe-svn</module> diff --git a/swe-git/pom.xml b/swe-git/pom.xml index 8eb0d3d..a09355f 100644 --- a/swe-git/pom.xml +++ b/swe-git/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> -<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -9,42 +10,11 @@ </parent> <artifactId>scmwebeditor-git</artifactId> - <packaging>jar</packaging> <name>ScmWebEditor Git SCM</name> <description>Adds the support of Git repositories to ScmWebEditor.</description> - <url>https://scmwebeditor.nuiton.org</url> - <inceptionYear>2009</inceptionYear> + <inceptionYear>2015</inceptionYear> - <properties> - </properties> - - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - <filtering>true</filtering> - </resource> - </resources> - - <plugins> - - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <configuration> - <webAppConfig> - <contextPath>/${project.artifactId}</contextPath> - </webAppConfig> - </configuration> - </plugin> - - </plugins> - </build> - <dependencies> <dependency> @@ -74,5 +44,4 @@ </dependency> </dependencies> - </project> diff --git a/swe-scm-api/pom.xml b/swe-scm-api/pom.xml index 5be66aa..20d663d 100644 --- a/swe-scm-api/pom.xml +++ b/swe-scm-api/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> -<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -9,45 +10,7 @@ </parent> <artifactId>scmwebeditor-scm-api</artifactId> - <packaging>jar</packaging> <name>ScmWebEditor SCM API</name> <description>This is the core module of ScmWebEditor.</description> - <url>https://scmwebeditor.nuiton.org</url> - <inceptionYear>2009</inceptionYear> - - <properties> - </properties> - - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - <filtering>true</filtering> - </resource> - </resources> - - <plugins> - - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>9.2.4.v20141103</version> - <configuration> - <webAppConfig> - <contextPath>/${project.artifactId}</contextPath> - </webAppConfig> - </configuration> - </plugin> - - </plugins> - </build> - - <dependencies> - - </dependencies> - </project> diff --git a/swe-svn/pom.xml b/swe-svn/pom.xml index 379f7fb..542d2e1 100644 --- a/swe-svn/pom.xml +++ b/swe-svn/pom.xml @@ -9,43 +9,10 @@ </parent> <artifactId>scmwebeditor-svn</artifactId> - <packaging>jar</packaging> <name>ScmWebEditor SVN SCM</name> <description>Adds the support of SVN repositories to ScmWebEditor.</description> - <url>https://scmwebeditor.nuiton.org</url> - <inceptionYear>2009</inceptionYear> - <properties> - </properties> - - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - <filtering>true</filtering> - </resource> - </resources> - - <plugins> - - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>9.2.4.v20141103</version> - <configuration> - <webAppConfig> - <contextPath>/${project.artifactId}</contextPath> - </webAppConfig> - </configuration> - </plugin> - - </plugins> - </build> - <dependencies> <dependency> @@ -75,5 +42,4 @@ </dependency> </dependencies> - </project> diff --git a/swe-ui-web/pom.xml b/swe-ui-web/pom.xml index 5e3315b..4f30f80 100644 --- a/swe-ui-web/pom.xml +++ b/swe-ui-web/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> -<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -13,8 +14,6 @@ <name>ScmWebEditor UI web</name> <description>Gives a web interface to use ScmWebEditor.</description> - <url>https://scmwebeditor.nuiton.org</url> - <inceptionYear>2009</inceptionYear> <properties> @@ -31,55 +30,11 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> - </properties> - - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>scmwebeditor.properties</include> - </includes> - <filtering>true</filtering> - </resource> - <resource> - <directory>src/main/resources</directory> - <excludes> - <exclude>scmwebeditor.properties</exclude> - </excludes> - </resource> - </resources> - - <plugins> - - <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>i18n-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - <goal>bundle</goal> - </goals> - </execution> - </executions> - </plugin> + <!--Deploy artifacts--> + <maven.deploy.skip>false</maven.deploy.skip> - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>9.2.4.v20141103</version> - <configuration> - <webAppConfig> - <contextPath>/${project.artifactId}</contextPath> - </webAppConfig> - </configuration> - </plugin> + </properties> - </plugins> - </build> - <dependencies> <dependency> @@ -209,7 +164,51 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-json-plugin</artifactId> </dependency> - + </dependencies> - + + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + <includes> + <include>scmwebeditor.properties</include> + </includes> + <filtering>true</filtering> + </resource> + <resource> + <directory>src/main/resources</directory> + <excludes> + <exclude>scmwebeditor.properties</exclude> + </excludes> + </resource> + </resources> + <plugins> + + <plugin> + <groupId>org.nuiton.i18n</groupId> + <artifactId>i18n-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + <goal>bundle</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-maven-plugin</artifactId> + <configuration> + <webAppConfig> + <contextPath>/${project.artifactId}</contextPath> + </webAppConfig> + </configuration> + </plugin> + + </plugins> + </build> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.