[modello-maven-plugin] branch master updated (37338a9 -> 82a10fb)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu May 18 15:21:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository modello-maven-plugin.
from 37338a9 Upload to unstable
new 393a927 Standards-Version updated to 3.9.8
new edd51fb Use a secure Vcs-Git URL
new 761238a Switch to debhelper level 10
new b823467 Build with the DH sequencer instead of CDBS
new 527d593 Updated the URL of the project homepage
adds 48d664b New upstream version 1.9.1
new 1cbdf1a Merge tag 'upstream/1.9.1'
new 181296d Depend on libmodello-java (>= 1.9.1)
new 3659cd1 No longer install a symlink to the jar in /usr/share/java/
new 9cfe9d2 Removed libmodello-maven-plugin-java-doc
new 82a10fb Upload to experimental
The 10 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:
debian/README.source | 2 +-
debian/changelog | 15 +
debian/compat | 2 +-
debian/control | 31 +-
debian/copyright | 2 +-
.../libmodello-maven-plugin-java-doc.doc-base.api | 10 -
debian/libmodello-maven-plugin-java-doc.install | 2 -
debian/libmodello-maven-plugin-java.poms | 2 +-
debian/rules | 8 +-
debian/watch | 2 +-
pom.xml | 31 +-
src/it/javadoc/invoker.properties | 2 +
src/it/{clone => javadoc}/pom.xml | 29 +-
src/it/javadoc/src/main/mdo/model.mdo | 89 +
src/it/maven-model/pom.xml | 46 +
src/it/maven-model/src/main/mdo/maven.mdo | 2998 ++++++++++++++++++++
.../org/codehaus/modello/xpp3/Xpp3ParsingTest.java | 61 +
.../test/models/model-with-missing-elements.xml | 7 +
.../src/test/models/model-with-post-tags.xml | 5 +
.../src/test/models/model-with-wrong-root-tag.xml | 7 +
.../maven/AbstractModelloGeneratorMojo.java | 6 +-
src/site/apt/index.apt | 2 +-
src/site/fml/faq.fml | 6 +-
src/test/resources/java-model.mdo | 4 +-
24 files changed, 3295 insertions(+), 74 deletions(-)
delete mode 100644 debian/libmodello-maven-plugin-java-doc.doc-base.api
delete mode 100644 debian/libmodello-maven-plugin-java-doc.install
create mode 100644 src/it/javadoc/invoker.properties
copy src/it/{clone => javadoc}/pom.xml (72%)
create mode 100644 src/it/javadoc/src/main/mdo/model.mdo
create mode 100644 src/it/maven-model/pom.xml
create mode 100644 src/it/maven-model/src/main/mdo/maven.mdo
create mode 100644 src/it/maven-model/src/test/java/org/codehaus/modello/xpp3/Xpp3ParsingTest.java
create mode 100644 src/it/maven-model/src/test/models/model-with-missing-elements.xml
create mode 100644 src/it/maven-model/src/test/models/model-with-post-tags.xml
create mode 100644 src/it/maven-model/src/test/models/model-with-wrong-root-tag.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello-maven-plugin.git
More information about the pkg-java-commits
mailing list