diff --git a/li.strolch.agent/pom.xml b/li.strolch.agent/pom.xml index 453080037..000182b35 100644 --- a/li.strolch.agent/pom.xml +++ b/li.strolch.agent/pom.xml @@ -1,68 +1,89 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.agent - li.strolch.agent - Strolch Agent which is the runtime for Strolch - 2011 + li.strolch.agent + li.strolch.agent + Strolch Agent which is the runtime for Strolch + 2011 - - - - li.strolch - li.strolch.model - - - li.strolch - li.strolch.privilege - - - commons-cli - commons-cli - - - ch.qos.logback - logback-classic - - + - - - - src/main/resources - false - - **/agentVersion.properties - - - **/*.properties - - - - src/main/resources - true - - **/agentVersion.properties - - - - - - org.codehaus.mojo - buildnumber-maven-plugin - - - org.apache.maven.plugins - maven-eclipse-plugin - - - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + compile + + + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.privilege + + + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + + + + + + + + src/main/resources + false + + **/agentVersion.properties + + + **/*.properties + + + + src/main/resources + true + + **/agentVersion.properties + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + org.apache.maven.plugins + maven-eclipse-plugin + + + diff --git a/li.strolch.bom/pom.xml b/li.strolch.bom/pom.xml index dd8dee00f..9d32842f5 100644 --- a/li.strolch.bom/pom.xml +++ b/li.strolch.bom/pom.xml @@ -32,11 +32,6 @@ li.strolch.service ${project.version} - - li.strolch - li.strolch.persistence.xml - ${project.version} - li.strolch li.strolch.persistence.postgresql diff --git a/li.strolch.model/pom.xml b/li.strolch.model/pom.xml index 74ef2ab45..9374f2b36 100644 --- a/li.strolch.model/pom.xml +++ b/li.strolch.model/pom.xml @@ -16,6 +16,16 @@ + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + + com.google.code.gson gson @@ -29,6 +39,21 @@ li.strolch li.strolch.privilege + + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + + diff --git a/li.strolch.persistence.postgresql/pom.xml b/li.strolch.persistence.postgresql/pom.xml index 23256f1ea..3d8960b56 100644 --- a/li.strolch.persistence.postgresql/pom.xml +++ b/li.strolch.persistence.postgresql/pom.xml @@ -1,78 +1,107 @@ - + - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - 4.0.0 - li.strolch.persistence.postgresql - li.strolch.persistence.postgresql - PostgreSQL Persistence Implementation for Strolch - 2011 + 4.0.0 + li.strolch.persistence.postgresql + li.strolch.persistence.postgresql + PostgreSQL Persistence Implementation for Strolch + 2011 - - - - li.strolch - li.strolch.model - - - li.strolch - li.strolch.agent - + - - com.zaxxer - HikariCP - - - org.postgresql - postgresql - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + - - - li.strolch - li.strolch.testbase - test - + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.agent + - + + com.zaxxer + HikariCP + + + org.postgresql + postgresql + - - - - src/main/resources - false - - **/componentVersion.properties - - - **/*.properties - **/*.sql - - - - src/main/resources - true - - **/componentVersion.properties - - - - - - org.codehaus.mojo - buildnumber-maven-plugin - - - org.apache.maven.plugins - maven-eclipse-plugin - - - + + + li.strolch + li.strolch.testbase + test + + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + + + + + + + + src/main/resources + false + + **/componentVersion.properties + + + **/*.properties + **/*.sql + + + + src/main/resources + true + + **/componentVersion.properties + + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + diff --git a/li.strolch.planningwebapp/pom.xml b/li.strolch.planningwebapp/pom.xml index 3ab648731..77844b97d 100644 --- a/li.strolch.planningwebapp/pom.xml +++ b/li.strolch.planningwebapp/pom.xml @@ -1,141 +1,141 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.planningwebapp - li.strolch.planningwebapp - Tutorial webapp to show case using Strolch in a servlet container - war - 2011 + li.strolch.planningwebapp + li.strolch.planningwebapp + Tutorial webapp to show case using Strolch in a servlet container + war + 2011 - - planningwebapp - tomcat7.eitchnet.ch - http://tomcat.eitchnet.ch:8080/manager/text - ${warFinalName} - + + planningwebapp + tomcat7.eitchnet.ch + http://tomcat.eitchnet.ch:8080/manager/text + ${warFinalName} + - - - - li.strolch - li.strolch.rest - - - li.strolch - li.strolch.persistence.postgresql - + - - ch.qos.logback - logback-classic - runtime - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + - - - junit - junit - test - + + + li.strolch + li.strolch.rest + + + li.strolch + li.strolch.persistence.postgresql + - - javax.servlet - javax.servlet-api - provided - - + + javax.servlet + javax.servlet-api + provided + - - ${warFinalName} + + + li.strolch + li.strolch.testbase + - - - src/main/resources - false - - **/appVersion.properties - - - **/*.properties - - - - src/main/resources - true - - **/appVersion.properties - - - + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + - + - - org.codehaus.mojo - buildnumber-maven-plugin - + + ${warFinalName} - - org.apache.maven.plugins - maven-war-plugin - - false - ${warFinalName}-${project.version} - - - src/main/non-packaged-resources - WEB-INF - true - - **/ENV.properties - - - - - + + + src/main/resources + false + + **/appVersion.properties + + + **/*.properties + + + + src/main/resources + true + + **/appVersion.properties + + + - - - org.apache.tomcat.maven - tomcat7-maven-plugin - - ${tomcat7Url} - ${tomcat7ServerId} - /${warFinalName} - - + - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - + + org.codehaus.mojo + buildnumber-maven-plugin + - - + + org.apache.maven.plugins + maven-war-plugin + - - - m2e - - - - m2e.version - - - - dev - - - + + + org.apache.tomcat.maven + tomcat7-maven-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + + + + + + m2e + + + + m2e.version + + + + dev + + + diff --git a/li.strolch.privilege/pom.xml b/li.strolch.privilege/pom.xml index b798f356e..52b608662 100644 --- a/li.strolch.privilege/pom.xml +++ b/li.strolch.privilege/pom.xml @@ -1,63 +1,91 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.privilege - jar - li.strolch.privilege - 2011 + li.strolch.privilege + jar + li.strolch.privilege + 2011 - - - li.strolch - li.strolch.utils - - + - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + - - - src/main/resources - false - - **/*.properties - - - + + + li.strolch + li.strolch.utils + - - - org.apache.maven.plugins - maven-eclipse-plugin - + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + - - org.apache.maven.plugins - maven-compiler-plugin - + - - org.apache.maven.plugins - maven-source-plugin - + - - org.apache.maven.plugins - maven-jar-plugin - + + + src/main/resources + false + + **/*.properties + + + - - org.apache.maven.plugins - maven-site-plugin - - - + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.apache.maven.plugins + maven-source-plugin + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.maven.plugins + maven-site-plugin + + + diff --git a/li.strolch.rest/pom.xml b/li.strolch.rest/pom.xml index 20716e42d..f591bc957 100644 --- a/li.strolch.rest/pom.xml +++ b/li.strolch.rest/pom.xml @@ -1,125 +1,142 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.rest - li.strolch.rest - Restful Web Service API for Strolch - 2011 + li.strolch.rest + li.strolch.rest + Restful Web Service API for Strolch + 2011 - - - - org.glassfish.jersey - jersey-bom - ${jersey.version} - pom - import - - - + - - - - li.strolch - li.strolch.model - - - li.strolch - li.strolch.agent - - - li.strolch - li.strolch.service - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + - - javax.mail - javax.mail-api - + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.agent + + + li.strolch + li.strolch.service + - - - javax.servlet - javax.servlet-api - - - org.glassfish.jersey.containers - jersey-container-servlet - - - com.google.code.gson - gson - - - org.glassfish.jersey.media - jersey-media-moxy - + + javax.mail + javax.mail-api + - - com.github.petitparser.java-petitparser - petitparser-core - + + + javax.servlet + javax.servlet-api + + + javax.ws.rs + javax.ws.rs-api + + + org.glassfish.jersey.containers + jersey-container-servlet + + + com.google.code.gson + gson + + + org.glassfish.jersey.media + jersey-media-moxy + - - - li.strolch - li.strolch.testbase - test - + + com.github.petitparser.java-petitparser + petitparser-core + - - org.glassfish.jersey.test-framework - jersey-test-framework-core - test - - - org.glassfish.jersey.containers - jersey-container-grizzly2-servlet - test - + + + li.strolch + li.strolch.testbase + test + - + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + - + + org.glassfish.jersey.test-framework + jersey-test-framework-core + test + + + org.glassfish.jersey.containers + jersey-container-grizzly2-servlet + test + - - - src/main/resources - false - - **/componentVersion.properties - - - **/*.properties - - - - src/main/resources - true - - **/componentVersion.properties - - - + - - - org.codehaus.mojo - buildnumber-maven-plugin - - - org.apache.maven.plugins - maven-eclipse-plugin - - - + + + + + src/main/resources + false + + **/componentVersion.properties + + + **/*.properties + + + + src/main/resources + true + + **/componentVersion.properties + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + org.apache.maven.plugins + maven-eclipse-plugin + + + diff --git a/li.strolch.service/pom.xml b/li.strolch.service/pom.xml index ab841de4d..00ba4b283 100644 --- a/li.strolch.service/pom.xml +++ b/li.strolch.service/pom.xml @@ -1,86 +1,109 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.service - li.strolch.service - Service API for Strolch - 2011 + li.strolch.service + li.strolch.service + Service API for Strolch + 2011 - - - - li.strolch - li.strolch.model - - - li.strolch - li.strolch.agent - - - li.strolch - li.strolch.privilege - + - - - org.mockito - mockito-core - 2.0.8-beta - test - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + - - - li.strolch - li.strolch.testbase - - - li.strolch - li.strolch.persistence.postgresql - test - + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.agent + + + li.strolch + li.strolch.privilege + - + + + li.strolch + li.strolch.testbase + test + + + li.strolch + li.strolch.persistence.postgresql + test + - + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + - - - src/main/resources - false - - **/componentVersion.properties - - - **/*.properties - - - - src/main/resources - true - - **/componentVersion.properties - - - + + org.mockito + mockito-core + - - - org.codehaus.mojo - buildnumber-maven-plugin - - - org.apache.maven.plugins - maven-eclipse-plugin - - - + + + + + + + src/main/resources + false + + **/componentVersion.properties + + + **/*.properties + + + + src/main/resources + true + + **/componentVersion.properties + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + org.apache.maven.plugins + maven-eclipse-plugin + + + diff --git a/li.strolch.testbase/pom.xml b/li.strolch.testbase/pom.xml index 3fcc02b07..fa7f8e550 100644 --- a/li.strolch.testbase/pom.xml +++ b/li.strolch.testbase/pom.xml @@ -1,46 +1,65 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.testbase - li.strolch.testbase - runtime for Strolch - 2011 + li.strolch.testbase + li.strolch.testbase + runtime for Strolch + 2011 - - - - li.strolch - li.strolch.model - - - li.strolch - li.strolch.agent - - - junit - junit - compile - - + - - - - org.codehaus.mojo - buildnumber-maven-plugin - - - org.apache.maven.plugins - maven-eclipse-plugin - - - + + + org.slf4j + slf4j-api + + + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.agent + + + + junit + junit + compile + + + org.hamcrest + hamcrest-core + compile + + + org.hamcrest + hamcrest-library + compile + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + org.apache.maven.plugins + maven-eclipse-plugin + + + diff --git a/li.strolch.tutorialwebapp/pom.xml b/li.strolch.tutorialwebapp/pom.xml index 1185f0417..02807502f 100644 --- a/li.strolch.tutorialwebapp/pom.xml +++ b/li.strolch.tutorialwebapp/pom.xml @@ -1,141 +1,121 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.tutorialwebapp - li.strolch.tutorialwebapp - Tutorial webapp to show case using Strolch in a servlet container - war - 2011 + li.strolch.tutorialwebapp + li.strolch.tutorialwebapp + Tutorial webapp to show case using Strolch in a servlet container + war + 2011 - - UTF-8 - tutorialwebapp - tomcat7.eitchnet.ch - http://tomcat.eitchnet.ch:8080/manager/text - ${warFinalName} - + + UTF-8 + tutorialwebapp + tomcat7.eitchnet.ch + http://tomcat.eitchnet.ch:8080/manager/text + ${warFinalName} + - - - - li.strolch - li.strolch.rest - - - li.strolch - li.strolch.persistence.postgresql - + - - ch.qos.logback - logback-classic - runtime - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + - - - junit - junit - test - + + + li.strolch + li.strolch.rest + + + li.strolch + li.strolch.persistence.postgresql + - - javax.servlet - javax.servlet-api - provided - - + + + javax.servlet + javax.servlet-api + + - - ${warFinalName} + + ${warFinalName} - - - src/main/resources - false - - **/appVersion.properties - - - **/*.properties - - - - src/main/resources - true - - **/appVersion.properties - - - + + + src/main/resources + false + + **/appVersion.properties + + + **/*.properties + + + + src/main/resources + true + + **/appVersion.properties + + + - - - org.codehaus.mojo - buildnumber-maven-plugin - + + + org.codehaus.mojo + buildnumber-maven-plugin + - - org.apache.maven.plugins - maven-war-plugin - - false - ${warFinalName}-${project.version} - - - src/main/non-packaged-resources - WEB-INF - true - - **/ENV.properties - - - - - + + org.apache.maven.plugins + maven-war-plugin + - - - org.apache.tomcat.maven - tomcat7-maven-plugin - - ${tomcat7Url} - ${tomcat7ServerId} - /${warFinalName} - - + + + org.apache.tomcat.maven + tomcat7-maven-plugin + - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + - - + + - - - m2e - - - - m2e.version - - - - dev - - - + + + m2e + + + + m2e.version + + + + dev + + + diff --git a/li.strolch.utils/pom.xml b/li.strolch.utils/pom.xml index 246ca18f8..d82d378b9 100644 --- a/li.strolch.utils/pom.xml +++ b/li.strolch.utils/pom.xml @@ -16,10 +16,16 @@ 2011 + + org.slf4j slf4j-api + + ch.qos.logback + logback-classic + javax.mail @@ -30,6 +36,20 @@ javax.mail + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + + diff --git a/li.strolch.xmlpers/pom.xml b/li.strolch.xmlpers/pom.xml index dd703ea59..99cd3782c 100644 --- a/li.strolch.xmlpers/pom.xml +++ b/li.strolch.xmlpers/pom.xml @@ -1,36 +1,69 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - li.strolch.xmlpers - jar - li.strolch.xmlpers - 2011 + li.strolch.xmlpers + jar + li.strolch.xmlpers + 2011 - - - li.strolch - li.strolch.utils - - + - - - - org.codehaus.mojo - buildnumber-maven-plugin - - - org.apache.maven.plugins - maven-eclipse-plugin - - - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + + + + li.strolch + li.strolch.utils + + + + + li.strolch + li.strolch.testbase + test + + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + org.apache.maven.plugins + maven-eclipse-plugin + + + diff --git a/pom.xml b/pom.xml index d505ea03e..de94da729 100644 --- a/pom.xml +++ b/pom.xml @@ -1,611 +1,654 @@ - - 4.0.0 + + 4.0.0 - li.strolch - li.strolch - 1.6.0-SNAPSHOT + li.strolch + li.strolch + 1.6.0-SNAPSHOT - li.strolch - Module build for strolch - pom - http://www.strolch.li - 2014 + li.strolch + Module build for strolch + pom + http://www.strolch.li + 2014 - - Github Issues - https://github.com/4treesCH/strolch/issues - + + Github Issues + https://github.com/4treesCH/strolch/issues + - - scm:git:https://github.com/4treesCH/strolch.git - scm:git:https://github.com/4treesCH/strolch.git - https://github.com/4treesCH/strolch - + + scm:git:https://github.com/4treesCH/strolch.git + scm:git:https://github.com/4treesCH/strolch.git + https://github.com/4treesCH/strolch + - - - Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + - - Strolch - http://www.strolch.li - + + Strolch + http://www.strolch.li + - - - eitch - Robert von Burg - eitch@eitchnet.ch - http://www.eitchnet.ch - - architect - developer - - +1 - - - msmock - Martin Smock - martin.smock@bluewin.ch - - architect - developer - - +1 - - - retob - Reto Breitenmoser - reto.breitenmoser@4trees.ch - - architect - developer - - +1 - - + + + eitch + Robert von Burg + eitch@eitchnet.ch + http://www.eitchnet.ch + + architect + developer + + +1 + + + msmock + Martin Smock + martin.smock@bluewin.ch + + architect + developer + + +1 + + + retob + Reto Breitenmoser + reto.breitenmoser@4trees.ch + + architect + developer + + +1 + + - - UTF-8 - yyyy-MM-dd HH:mm:ss - ${maven.build.timestamp} - 2.25.1 - NOT_SET - NOT_SET - NOT_SET - NOT_SET - + + UTF-8 + yyyy-MM-dd HH:mm:ss + ${maven.build.timestamp} - - li.strolch.privilege - li.strolch.utils - li.strolch.xmlpers - li.strolch.bom - li.strolch.model - li.strolch.testbase + 1.8 - + 2.25.1 + 1.7.25 + 1.2.3 + 2.1.0 + 2.7.1 + 42.1.4 + 2.8.2 + 1.6.0 + 3.1.0 + 2.1 - li.strolch.persistence.postgresql - li.strolch.agent - li.strolch.service - li.strolch.rest + 4.12 + 1.3 + 2.0.8-beta - - li.strolch.tutorialapp - li.strolch.tutorialwebapp - li.strolch.planningwebapp - li.strolch.website - strolch_minimal - strolch_minimal_rest + 1.9.5 + 1.4 + 2.5 + 3.7.0 + 3.0.1 + 3.6 + 2.10 + 3.0.2 + 3.1.0 + 2.2 + 2.10.4 + 2.8.2 + 3.0.2 + 3.1.0 + 2.9 + 1.6 + 1.6.8 + 2.20.1 + 1.6.0 - - li.strolch.performancetest - + NOT_SET + NOT_SET + NOT_SET + NOT_SET - - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - + - - - junit - junit - - - org.hamcrest - hamcrest-core - - - org.hamcrest - hamcrest-library - - + + li.strolch.privilege + li.strolch.utils + li.strolch.xmlpers + li.strolch.bom + li.strolch.model + li.strolch.testbase - - - - li.strolch - li.strolch.model - ${project.version} - - - li.strolch - li.strolch.agent - ${project.version} - - - li.strolch - li.strolch.service - ${project.version} - - - li.strolch - li.strolch.persistence.xml - ${project.version} - - - li.strolch - li.strolch.persistence.postgresql - ${project.version} - - - li.strolch - li.strolch.rest - ${project.version} - - - li.strolch - li.strolch.utils - ${project.version} - - - li.strolch - li.strolch.xmlpers - ${project.version} - - - li.strolch - li.strolch.privilege - ${project.version} - + - - - li.strolch - li.strolch.testbase - ${project.version} - test - + li.strolch.persistence.postgresql + li.strolch.agent + li.strolch.service + li.strolch.rest - - - org.slf4j - slf4j-api - 1.7.25 - - - commons-cli - commons-cli - 1.4 - - - com.github.petitparser.java-petitparser - petitparser-core - 2.0.3 - + + li.strolch.tutorialwebapp + li.strolch.planningwebapp + strolch_minimal_rest - - - com.zaxxer - HikariCP - 2.6.1 - compile - - - org.postgresql - postgresql - 42.1.1 - + + li.strolch.website - - - com.google.code.gson - gson - 2.8.0 - + + li.strolch.performancetest + - - - javax.mail - javax.mail-api - 1.5.6 - - - com.sun.mail - javax.mail - 1.5.6 - + + - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - org.glassfish.jersey - jersey-bom - ${jersey.version} - pom - import - + + + li.strolch + li.strolch.model + ${project.version} + + + li.strolch + li.strolch.agent + ${project.version} + + + li.strolch + li.strolch.service + ${project.version} + + + li.strolch + li.strolch.persistence.xml + ${project.version} + + + li.strolch + li.strolch.persistence.postgresql + ${project.version} + + + li.strolch + li.strolch.rest + ${project.version} + + + li.strolch + li.strolch.utils + ${project.version} + + + li.strolch + li.strolch.xmlpers + ${project.version} + + + li.strolch + li.strolch.privilege + ${project.version} + - - - junit - junit - 4.12 - test - - - org.hamcrest - hamcrest-core - 1.3 - test - - - org.hamcrest - hamcrest-library - 1.3 - test - - - ch.qos.logback - logback-classic - 1.2.3 - - - + + li.strolch + li.strolch.testbase + ${project.version} + test + - - - - src/main/resources - true - - + + + org.slf4j + slf4j-api + ${slf4j.version} + + + ch.qos.logback + logback-classic + ${logback.version} + runtime + + + com.github.petitparser.java-petitparser + petitparser-core + ${petitparser.version} + - - - - org.codehaus.mojo - versions-maven-plugin - 2.2 - - false - - - - org.apache.maven.plugins - maven-scm-plugin - 1.9.4 - - ${project.artifactId}-${project.version} - - + + + com.zaxxer + HikariCP + ${hikaricp.version} + compile + + + org.postgresql + postgresql + ${postgresql.version} + - - org.codehaus.mojo - buildnumber-maven-plugin - 1.3 - - - validate - - create - - - - - false - false - - + + + com.google.code.gson + gson + ${gson.version} + - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.8 - 1.8 - true - true - -Xlint:all - - + + + javax.mail + javax.mail-api + ${javaxmail.version} + + + com.sun.mail + javax.mail + ${javaxmail.version} + - - org.apache.maven.plugins - maven-site-plugin - 3.4 - - UTF-8 - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.10 - - true - true - - + + + javax.servlet + javax.servlet-api + ${serverlet.version} + provided + + + javax.ws.rs + javax.ws.rs-api + ${jaxrs.api.version} + + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + - - org.apache.maven.plugins - maven-source-plugin - 2.4 - - - attach-sources - - jar - - - - + + + junit + junit + ${junit.version} + test + + + org.hamcrest + hamcrest-core + ${hamcrest.version} + test + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - - attach-javadocs - - jar - - - - - -Xdoclint:none - - + + - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.9 - + + + + src/main/resources + true + + - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - true - true + + - - - - - - - - + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + false + + - - org.apache.maven.plugins - maven-war-plugin - 2.6 - - false - ${warFinalName} - - - - - org.apache.tomcat.maven - tomcat7-maven-plugin - 2.2 - - ${tomcat7Url} - ${tomcat7ServerId} - /${warFinalName} - - + + org.apache.maven.plugins + maven-scm-plugin + ${maven-scm-plugin.version} + + ${project.artifactId}-${project.version} + + - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/lib - false - false - true - false - - - - + + org.codehaus.mojo + buildnumber-maven-plugin + ${buildnumber-maven-plugin.version} + + + validate + + create + + + + + false + false + + - - org.apache.maven.plugins - maven-assembly-plugin - 2.5.5 - - - - true - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${jdk.version} + ${jdk.version} + true + true + -Xlint:all + + - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - ${gpg.keyname} - ${gpg.keyname} - - - - + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - oss.sonatype.org - https://oss.sonatype.org/ - - - - deploy-to-sonatype - deploy - - deploy - release - - - - + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + UTF-8 + + - - + + org.apache.maven.plugins + maven-eclipse-plugin + ${maven-eclipse-plugin.version} + + true + true + + - - - org.codehaus.mojo - versions-maven-plugin - - - + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + - + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + -Xdoclint:none + + - + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven-project-info-reports-plugin.version} + - - jitpack.io - snapshots - https://jitpack.io - - true - - - true - - + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + + true + true - + + + + + + + + - - - oss.sonatype.org - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - oss.sonatype.org - https://oss.sonatype.org/content/repositories/snapshots - - + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + false + ${warFinalName}-${project.version} + + + src/main/non-packaged-resources + WEB-INF + true + + **/ENV.properties + + + + + - - - deploy - - - - org.apache.maven.plugins - maven-gpg-plugin - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - - - + + + org.apache.tomcat.maven + tomcat7-maven-plugin + ${tomcat7-maven-plugin.version} + + ${tomcat7Url} + ${tomcat7ServerId} + /${warFinalName} + + + + + org.apache.maven.plugins + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + false + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + + true + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + ${gpg.keyname} + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + oss.sonatype.org + https://oss.sonatype.org/ + + + + deploy-to-sonatype + deploy + + deploy + release + + + + + + + + + + + org.codehaus.mojo + versions-maven-plugin + + + + + + + + + + jitpack.io + snapshots + https://jitpack.io + + true + + + true + + + + + + + + oss.sonatype.org + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots + + + + + + deploy + + + + org.apache.maven.plugins + maven-gpg-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + + diff --git a/strolch_minimal_rest/pom.xml b/strolch_minimal_rest/pom.xml index c957146be..d8bfc453e 100644 --- a/strolch_minimal_rest/pom.xml +++ b/strolch_minimal_rest/pom.xml @@ -1,276 +1,270 @@ - - 4.0.0 + + 4.0.0 - - li.strolch - li.strolch - 1.6.0-SNAPSHOT - ../pom.xml - + + li.strolch + li.strolch + 1.6.0-SNAPSHOT + ../pom.xml + - strolch_minimal_rest - war - 2014 - strolch_minimal_rest - http://www.strolch.li + strolch_minimal_rest + war + 2014 + strolch_minimal_rest + http://www.strolch.li - - Github Issues - https://github.com/4treesCH/strolch/issues - + + Github Issues + https://github.com/4treesCH/strolch/issues + - - scm:git:https://github.com/4treesCH/strolch.git - scm:git:https://github.com/4treesCH/strolch.git - https://github.com/4treesCH/strolch - + + scm:git:https://github.com/4treesCH/strolch.git + scm:git:https://github.com/4treesCH/strolch.git + https://github.com/4treesCH/strolch + - - - Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + - - Strolch - http://www.strolch.li - + + Strolch + http://www.strolch.li + - - - eitch - Robert von Burg - eitch@eitchnet.ch - http://www.eitchnet.ch - - architect - developer - - +1 - - + + + eitch + Robert von Burg + eitch@eitchnet.ch + http://www.eitchnet.ch + + architect + developer + + +1 + + - - strolch_minimal - strolch_minimal + + strolch_minimal + strolch_minimal - UTF-8 - yyyy-MM-dd HH:mm:ss - ${maven.build.timestamp} + UTF-8 + yyyy-MM-dd HH:mm:ss + ${maven.build.timestamp} - 1.8 + 1.8 - 2.25.1 - 2.0 + ${project.version} - http://tomcat.eitchnet.ch:8080/manager/text - tomcat7.eitchnet.ch + http://tomcat.eitchnet.ch:8080/manager/text + tomcat7.eitchnet.ch - + - - - - li.strolch - li.strolch.bom - pom - ${project.version} - import - - - org.glassfish.jersey - jersey-bom - ${jersey.version} - pom - import - - - javax.ws.rs - javax.ws.rs-api - ${jaxrs.api.version} - - - + + + + li.strolch + li.strolch.bom + pom + ${project.version} + import + + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + + + - + - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - runtime - + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + runtime + - - - li.strolch - li.strolch.utils - - - li.strolch - li.strolch.privilege - + + + li.strolch + li.strolch.utils + + + li.strolch + li.strolch.privilege + - - - li.strolch - li.strolch.model - - - li.strolch - li.strolch.agent - - - li.strolch - li.strolch.service - - - li.strolch - li.strolch.rest - + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.agent + + + li.strolch + li.strolch.service + + + li.strolch + li.strolch.rest + - - - javax.servlet - javax.servlet-api - provided - + + + javax.servlet + javax.servlet-api + provided + - - - org.glassfish.jersey.containers - jersey-container-servlet - - - org.glassfish.jersey.containers - jersey-container-grizzly2-http - test - - - - com.google.code.gson - gson - + + + org.glassfish.jersey.containers + jersey-container-servlet + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + test + + + + com.google.code.gson + gson + - - - junit - junit - test - - - org.hamcrest - hamcrest-core - test - - - org.hamcrest - hamcrest-library - test - - + + + junit + junit + test + + + org.hamcrest + hamcrest-core + test + + + org.hamcrest + hamcrest-library + test + + - - ${warFinalName} - - - src/main/resources - true - - **/*.properties - - - - src/main/resources - false - - **/*.properties - - - + + ${warFinalName} + + + src/main/resources + true + + **/*.properties + + + + src/main/resources + false + + **/*.properties + + + - + - - org.apache.maven.plugins - maven-compiler-plugin - - - ${java-version} - ${java-version} - true - true - -Xlint:all - - + + org.apache.maven.plugins + maven-compiler-plugin + + ${java-version} + ${java-version} + true + true + -Xlint:all + + - - org.apache.maven.plugins - maven-eclipse-plugin - - true - true - - + + org.apache.maven.plugins + maven-eclipse-plugin + + true + true + + - - org.apache.maven.plugins - maven-war-plugin - - false - ${warFinalName}-${project.version} - - - src/main/non-packaged-resources - WEB-INF - true - - **/ENV.properties - - - - - + + org.apache.maven.plugins + maven-war-plugin + + false + ${warFinalName}-${project.version} + + + src/main/non-packaged-resources + WEB-INF + true + + **/ENV.properties + + + + + - - - org.apache.tomcat.maven - tomcat7-maven-plugin - - ${tomcat7Url} - ${tomcat7ServerId} - /${warFinalName} - - + + + org.apache.tomcat.maven + tomcat7-maven-plugin + + ${tomcat7Url} + ${tomcat7ServerId} + /${warFinalName} + + - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + - - + + - - - m2e - - - - m2e.version - - - - dev - - - + + + m2e + + + + m2e.version + + + + dev + + +