This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository maven-hpi-plugin.
commit 765deb8b3d34eb4336736e5912f3a9248b40a2a7 Merge: d8dd205 10b10aa Author: James Page <[email protected]> Date: Mon Aug 12 10:26:22 2013 +0100 Merge tag 'upstream/1.93' Upstream version 1.93 README.md | 4 + copyArchetype.xml | 2 +- hpi-archetype/pom.xml | 12 +- hpi-archetype/src/main/java/HelloWorldBuilder.java | 7 +- .../main/resources/HelloWorldBuilder/global.jelly | 16 +- .../HelloWorldBuilder/help-useFrench.html} | 0 pom.xml | 70 ++- src/it/compile-fork-it/pom.xml | 2 +- src/it/compile-it/pom.xml | 2 +- src/it/settings.xml | 10 +- src/it/verify-it/pom.xml | 2 +- .../maven/plugins/hpi/AbstractCompilerMojo.java | 632 -------------------- .../maven/plugins/hpi/AbstractHpiMojo.java | 46 +- .../hpi/AnnotationProcessorFactoryImpl.java | 77 --- .../jenkinsci/maven/plugins/hpi/AptCompiler.java | 75 --- .../org/jenkinsci/maven/plugins/hpi/AptMojo.java | 53 -- .../org/jenkinsci/maven/plugins/hpi/Artifacts.java | 6 +- .../jenkinsci/maven/plugins/hpi/CompilerMojo.java | 160 ----- .../jenkinsci/maven/plugins/hpi/CreateMojo.java | 16 +- .../org/jenkinsci/maven/plugins/hpi/HpiMojo.java | 3 - .../org/jenkinsci/maven/plugins/hpi/HplMojo.java | 21 +- .../plugins/hpi/ListPluginDependenciesMojo.java | 48 ++ .../maven/plugins/hpi/MaskingClassLoader.java | 69 --- .../org/jenkinsci/maven/plugins/hpi/RunMojo.java | 26 +- .../plugins/hpi/ServletApiOnlyClassLoader.java | 27 + src/main/resources/META-INF/archetype.xml | 5 +- .../META-INF/m2e/lifecycle-mapping-metadata.xml | 21 + .../META-INF/maven/archetype-metadata.xml | 27 + src/main/resources/META-INF/plexus/components.xml | 46 +- src/site/apt/index.apt | 10 +- 30 files changed, 335 insertions(+), 1160 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-hpi-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

