[maven-hpi-plugin] branch master updated (d8dd205 -> 185b328)
James Downing Page
jamespage at alioth.debian.org
Mon Aug 12 09:42:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
jamespage pushed a change to branch master
in repository maven-hpi-plugin.
from d8dd205 d/control: Fix missing runtime dependencies on access-modifier-checker, maven-stapler-plugin and maven-install-plugin plugins; not required for compilation so not automatically detected.
adds 10b10aa Imported Upstream version 1.93
new 765deb8 Merge tag 'upstream/1.93'
new bc74b1b New upstream release.
new be48581 New upstream release:
new 488fcdc Switch to using patch-queue for patches
new 185b328 - d/maven.ignoreRules: Drop use of maven-release-plugin.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
README.md | 4 +
copyArchetype.xml | 2 +-
debian/changelog | 8 +
debian/maven.ignoreRules | 1 +
.../{build-tools.patch => 0001-build-tools.patch} | 21 +-
...pe.patch => 0002-disable-jetty-archetype.patch} | 20 +-
debian/patches/0003-openjdk6-fixup.patch | 22 +
debian/patches/openjdk6-fixup.patch | 14 -
debian/patches/series | 6 +-
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 +-
38 files changed, 399 insertions(+), 1189 deletions(-)
create mode 100644 README.md
rename debian/patches/{build-tools.patch => 0001-build-tools.patch} (63%)
rename debian/patches/{disable-jetty-archetype.patch => 0002-disable-jetty-archetype.patch} (66%)
create mode 100644 debian/patches/0003-openjdk6-fixup.patch
delete mode 100644 debian/patches/openjdk6-fixup.patch
rename hpi-archetype/src/main/{webapp/help-globalConfig.html => resources/HelloWorldBuilder/help-useFrench.html} (100%)
delete mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractCompilerMojo.java
delete mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/AnnotationProcessorFactoryImpl.java
delete mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/AptCompiler.java
delete mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/AptMojo.java
delete mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/CompilerMojo.java
create mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/ListPluginDependenciesMojo.java
delete mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/MaskingClassLoader.java
create mode 100644 src/main/java/org/jenkinsci/maven/plugins/hpi/ServletApiOnlyClassLoader.java
create mode 100644 src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
create mode 100644 src/main/resources/META-INF/maven/archetype-metadata.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-hpi-plugin.git
More information about the pkg-java-commits
mailing list