diff --git a/.gitignore b/.gitignore index d022893..7312bae 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ bin/ gen/ out/ +*.tag + # Local configuration file (sdk path, etc) local.properties release.properties diff --git a/boundbox-library-integration-tests/pom.xml.tag b/boundbox-library-integration-tests/pom.xml.tag deleted file mode 100644 index 9f88f72..0000000 --- a/boundbox-library-integration-tests/pom.xml.tag +++ /dev/null @@ -1,93 +0,0 @@ - - - 4.0.0 - - - org.boundbox - boundbox-parent - 1.2.0 - .. - - - boundbox-sample-integration-tests - BoundBox Library Integration tests - jar - - - - ${project.parent.basedir} - 2.5.1 - 1.8 - - - Level.OFF - - - - - org.boundbox - boundbox-library - ${project.version} - provided - - - junit - junit - 4.11 - test - - - org.easymock - easymock - 3.2 - test - - - findbugs - annotations - 1.0.0 - compile - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - true - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/annotations/ - - - - - - - maven-compiler-plugin - - 1.6 - 1.6 - - org.boundbox.processor.BoundBoxProcessor - - - - - - diff --git a/boundbox-library/dependency-reduced-pom.xml b/boundbox-library/dependency-reduced-pom.xml index 3ea17c3..68335d8 100644 --- a/boundbox-library/dependency-reduced-pom.xml +++ b/boundbox-library/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ boundbox-parent org.boundbox - 1.2.0-SNAPSHOT + 1.2.0 4.0.0 boundbox-library @@ -56,10 +56,13 @@ filter-src - process-sources filter-sources + + ${basedir}/src/main/java-templates + ${project.build.directory}/generated-sources/java-templates + @@ -119,7 +122,7 @@ - silent + release Level.OFF diff --git a/boundbox-library/pom.xml.tag b/boundbox-library/pom.xml.tag deleted file mode 100644 index 82348e4..0000000 --- a/boundbox-library/pom.xml.tag +++ /dev/null @@ -1,267 +0,0 @@ - - - 4.0.0 - - org.boundbox - boundbox-parent - 1.2.0 - - - boundbox-library - jar - - - 1.6 - 0.12.0 - 3.1 - 1.3.2 - 3.2 - 4.11 - 2.2.0 - 2.5.1 - 0.6.3.201306030806 - 2.1 - - - Level.ALL - - - - - org.projectlombok - lombok - ${lombok.version} - provided - - - org.apache.commons - commons-lang3 - ${commons-lang.version} - - - org.apache.commons - commons-io - ${commons-io.version} - - - com.squareup - javawriter - ${javawriter.version} - - - junit - junit - ${junit.version} - test - - - org.easymock - easymock - ${easymock.version} - test - - - - - src/main/java - - - maven-compiler-plugin - ${maven-compiler-plugin.version} - - ${java.version} - ${java.version} - - lombok.core.AnnotationProcessor - - - - - org.codehaus.mojo - templating-maven-plugin - 1.0-alpha-3 - - - filter-src - - filter-sources - - process-sources - - - - - - org.apache.maven.plugins - maven-shade-plugin - ${maven-shade-plugin.version} - - - package - - shade - - - true - false - false - - - org.apache.commons:* - - commons-io:* - com.squareup:* - - - - - org.apache - org.shaded - - - - commons-io - org.shaded - - - com.squareup - com.shaded - - - - - *:* - - META-INF/license/** - META-INF/* - META-INF/maven/** - LICENSE - NOTICE - /*.txt - templates/** - - - - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.codehaus.mojo - - - templating-maven-plugin - - - [1.0-alpha-3,) - - - filter-sources - - - - - - - - - - - - - - - - - release - - Level.OFF - - - - - coveralls - - - skipTests - false - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - **/*Exception.class - - - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - - - org.eluder.coveralls - coveralls-maven-plugin - 2.0.1 - - - post-unit-test - test - - jacoco - - - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - - - - - - - - - diff --git a/pom.xml.tag b/pom.xml.tag deleted file mode 100644 index deae14a..0000000 --- a/pom.xml.tag +++ /dev/null @@ -1,232 +0,0 @@ - - - 4.0.0 - - - - org.sonatype.oss - oss-parent - 7 - - - org.boundbox - boundbox-parent - 1.2.0 - pom - TODO. - https://github.com/stephanenicolas/boundbox.git - 2013 - - - scm:git:ssh://git@github.com/stephanenicolas/boundbox.git - git:ssh://git@github.com/stephanenicolas/boundbox.git - scm:git:ssh://git@github.com/stephanenicolas/boundbox.git - HEAD - - - - - Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - Github Issue Tracker - https://github.com/stephanenicolas/boundbox/issues - - - - - SNI - Stéphane Nicolas - steff.nicolas@gmail.com - - - - - boundbox-library - boundbox-library-integration-tests - samples/boundbox-sample - samples/boundbox-android-sample - samples/boundbox-android-sample-tests - - - - - 2.5.1 - 3.6.1 - 2.7.1 - 2.5.2 - 2.9.1 - 0.0.6 - 1.0.0 - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0.0,) - - enforce - - - - - - - - - com.lewisd - lint-maven-plugin - [${lint-maven-plugin.version},) - - check - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - [${maven-checkstyle-plugin.version},) - - check - - - - - - - - - org.jacoco - jacoco-maven-plugin - [0.6.3.201306030806,) - - prepare-agent - - - - - - - - - - - - - org.apache.maven.plugins - maven-release-plugin - - true - release - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - config/quality/checkstyle/checkstyle.xml - false - - - - checkstyle-check - process-sources - - check - - - - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} - - config/quality/findbugs/findbugs-filter.xml - - - - findbugs-check - verify - - check - - - - - - org.apache.maven.plugins - maven-pmd-plugin - ${maven-pmd-plugin.version} - - 1.5 - - - - pmd-check - - check - cpd-check - - - - **/*annotations*/**/*.java - - - config/quality/pmd/pmd-ruleset.xml - - - - - - - com.lewisd - lint-maven-plugin - ${lint-maven-plugin.version} - - - validate - - check - - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.codehaus.mojo - findbugs-maven-plugin - - - org.apache.maven.plugins - maven-pmd-plugin - - - - diff --git a/samples/boundbox-android-sample-tests/pom.xml.tag b/samples/boundbox-android-sample-tests/pom.xml.tag deleted file mode 100644 index 6e712e8..0000000 --- a/samples/boundbox-android-sample-tests/pom.xml.tag +++ /dev/null @@ -1,114 +0,0 @@ - - - 4.0.0 - - - org.boundbox - boundbox-parent - 1.2.0 - ../.. - - - boundbox-android-sample-tests - apk - boundbox-android-sample-tests - - - - 4.3_r2 - 1.6 - 18 - - - 2.5.1 - 3.6.1 - 1.8 - 2.7 - - - - - android - android - ${android.platform.version} - provided - - - org.boundbox - boundbox-library - ${project.version} - provided - - - org.boundbox - boundbox-android-sample - ${project.version} - apk - - - org.boundbox - boundbox-android-sample - ${project.version} - jar - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin} - - true - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - ${android-maven-plugin.version} - true - - - - ${android.sdk.version} - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/annotations/ - - - - - - - maven-compiler-plugin - - ${java.version} - ${java.version} - - org.boundbox.processor.BoundBoxProcessor - - - - - maven-pmd-plugin - - true - - - - - diff --git a/samples/boundbox-android-sample/pom.xml.tag b/samples/boundbox-android-sample/pom.xml.tag deleted file mode 100644 index 2c90449..0000000 --- a/samples/boundbox-android-sample/pom.xml.tag +++ /dev/null @@ -1,69 +0,0 @@ - - - 4.0.0 - - - org.boundbox - boundbox-parent - 1.2.0 - ../.. - - - boundbox-android-sample - apk - boundbox-android-sample - - - - 4.3_r2 - 1.6 - 18 - - - 2.5.1 - 3.6.1 - 2.7 - - - - - android - android - ${android.platform.version} - provided - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin} - - true - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - ${android-maven-plugin.version} - true - - - - ${android.sdk.version} - - - - - maven-compiler-plugin - - ${java.version} - ${java.version} - - - - - - diff --git a/samples/boundbox-sample/pom.xml.tag b/samples/boundbox-sample/pom.xml.tag deleted file mode 100644 index 37d41ba..0000000 --- a/samples/boundbox-sample/pom.xml.tag +++ /dev/null @@ -1,95 +0,0 @@ - - - 4.0.0 - - - org.boundbox - boundbox-parent - 1.2.0 - ../.. - - - boundbox-sample - BoundBox Sample - jar - - - - ${project.parent.basedir} - 1.6 - 3.2 - 4.11 - 1.0.0 - 2.5.1 - 1.8 - 2.7 - - - - - org.boundbox - boundbox-library - ${project.version} - provided - - - junit - junit - ${junit.version} - test - - - org.easymock - easymock - ${easymock.version} - test - - - findbugs - annotations - ${findbugs.version} - compile - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/annotations/ - - - - - - - maven-compiler-plugin - - ${java.version} - ${java.version} - - org.boundbox.processor.BoundBoxProcessor - - - - - -