Your message dated Wed, 26 Jul 2017 14:51:44 +0000
with message-id <[email protected]>
and subject line Bug#869019: fixed in maven-war-plugin 3.1.0-1
has caused the Debian Bug report #869019,
regarding maven-war-plugin: FTBFS: find:
'/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such
file or directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
869019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869019
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: maven-war-plugin
Version: 2.2-2
Severity: serious
Tags: buster sid
User: [email protected]
Usertags: qa-ftbfs-20170719 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /<<PKGBUILDDIR>>/debian
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No
> such file or directory
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar':
> No such file or directory
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar':
> No such file or directory
> mh_patchpoms -plibmaven-war-plugin-java --debian-build --keep-pom-version
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo --build-no-docs
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
> /usr/bin/make -f debian/rules patch-poms; \
> fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo package -DskipTests
> [[1;34mINFO[m] Scanning for projects...
> [[1;34mINFO[m]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mBuilding Maven WAR Plugin 2.2[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.0:resources[m
> [1m(default-resources)[m @ [36mmaven-war-plugin[0;1m ---[m
> [[1;33mWARNING[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy
> filtered resources, i.e. build is platform dependent!
> [[1;34mINFO[m] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/src/main/resources
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m
> [1m(default-compile)[m @ [36mmaven-war-plugin[0;1m ---[m
> [[1;33mWARNING[m] The POM for
> org.codehaus.plexus:plexus-compiler-api:jar:2.x is invalid, transitive
> dependencies (if any) will not be available, enable debug logging for more
> details
> [[1;33mWARNING[m] The POM for
> org.codehaus.plexus:plexus-compiler-javac:jar:2.x is invalid, transitive
> dependencies (if any) will not be available, enable debug logging for more
> details
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;33mWARNING[m] File encoding has not been set, using platform encoding
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [[1;34mINFO[m] Compiling 26 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.3 is no longer supported, switching to 1.7
> Use of source 1.3 is no longer supported, switching to 1.7
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugin/war/AbstractWarMojo.java:
> Some input files use unchecked or unsafe operations.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/org/apache/maven/plugin/war/AbstractWarMojo.java:
> Recompile with -Xlint:unchecked for details.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-plugin-plugin:3.5:descriptor[m
> [1m(default-descriptor)[m @ [36mmaven-war-plugin[0;1m ---[m
> [[1;33mWARNING[m] Using platform encoding (ANSI_X3.4-1968 actually) to read
> mojo source files, i.e. build is platform dependent!
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarManifestMojo#archiveClasses:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarManifestMojo#containerConfigXML:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarManifestMojo#escapeString:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarManifestMojo#escapedBackslashesInFilePath:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarManifestMojo#filteringDeploymentDescriptors:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarManifestMojo#useCache:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarManifestMojo#webXml:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#archiveClasses:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#containerConfigXML:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#escapeString:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarMojo#escapedBackslashesInFilePath:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#failOnMissingWebXml:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarMojo#filteringDeploymentDescriptors:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#primaryArtifact:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#useCache:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarMojo#webXml:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarExplodedMojo#archiveClasses:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarExplodedMojo#containerConfigXML:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarExplodedMojo#escapeString:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarExplodedMojo#escapedBackslashesInFilePath:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarExplodedMojo#filteringDeploymentDescriptors:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarExplodedMojo#useCache:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarExplodedMojo#webXml:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarInPlaceMojo#archiveClasses:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarInPlaceMojo#containerConfigXML:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarInPlaceMojo#escapeString:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarInPlaceMojo#escapedBackslashesInFilePath:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m]
> org.apache.maven.plugin.war.WarInPlaceMojo#filteringDeploymentDescriptors:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarInPlaceMojo#useCache:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;33mWARNING[m] org.apache.maven.plugin.war.WarInPlaceMojo#webXml:
> [[1;33mWARNING[m] The syntax
> [[1;33mWARNING[m] @parameter expression="${property}"
> [[1;33mWARNING[m] is deprecated, please use
> [[1;33mWARNING[m] @parameter property="property"
> [[1;33mWARNING[m] instead.
> [[1;34mINFO[m] java-javadoc mojo extractor found 4 mojo descriptors.
> [[1;34mINFO[m] java-annotations mojo extractor found 0 mojo descriptor.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.0:testResources[m
> [1m(default-testResources)[m @ [36mmaven-war-plugin[0;1m ---[m
> [[1;33mWARNING[m] Using platform encoding (ANSI_X3.4-1968 actually) to copy
> filtered resources, i.e. build is platform dependent!
> [[1;34mINFO[m] Copying 31 resources
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:testCompile[m
> [1m(default-testCompile)[m @ [36mmaven-war-plugin[0;1m ---[m
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;33mWARNING[m] File encoding has not been set, using platform encoding
> ANSI_X3.4-1968, i.e. build is platform dependent!
> [[1;34mINFO[m] Compiling 36 source files to
> /<<PKGBUILDDIR>>/target/test-classes
> Use of target 1.3 is no longer supported, switching to 1.7
> Use of source 1.3 is no longer supported, switching to 1.7
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/test/java/org/apache/maven/plugin/war/AbstractWarExplodedMojoTest.java:
> Some input files use unchecked or unsafe operations.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/test/java/org/apache/maven/plugin/war/AbstractWarExplodedMojoTest.java:
> Recompile with -Xlint:unchecked for details.
> [[1;34mINFO[m] -------------------------------------------------------------
> [[1;31mERROR[m] COMPILATION ERROR :
> [[1;34mINFO[m] -------------------------------------------------------------
> [[1;31mERROR[m]
> /<<PKGBUILDDIR>>/src/test/java/org/apache/maven/plugin/war/stub/AbstractArtifactStub.java:[66,16]
> name clash: compareTo(java.lang.Object) in
> org.apache.maven.plugin.war.stub.AbstractArtifactStub and compareTo(T) in
> java.lang.Comparable have the same erasure, yet neither overrides the other
> [[1;34mINFO[m] 1 error
> [[1;34mINFO[m] -------------------------------------------------------------
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;31mBUILD FAILURE[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 2.352 s
> [[1;34mINFO[m] Finished at: 2017-07-19T11:51:56Z
> [[1;34mINFO[m] Final Memory: 25M/786M
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;31mERROR[m] Failed to execute goal
> [32morg.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile[m
> [1m(default-testCompile)[m on project [36mmaven-war-plugin[m:
> [1;31mCompilation failure[m
> [[1;31mERROR[m]
> [1;31m/<<PKGBUILDDIR>>/src/test/java/org/apache/maven/plugin/war/stub/AbstractArtifactStub.java:[66,16]
> name clash: compareTo(java.lang.Object) in
> org.apache.maven.plugin.war.stub.AbstractArtifactStub and compareTo(T) in
> java.lang.Comparable have the same erasure, yet neither overrides the other[m
> [[1;31mERROR[m] [1;31m[m
> [[1;31mERROR[m] -> [1m[Help 1][m
> [[1;31mERROR[m]
> [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven
> with the [1m-e[m switch.
> [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full
> debug logging.
> [[1;31mERROR[m]
> [[1;31mERROR[m] For more information about the errors and possible
> solutions, please read the following articles:
> [[1;31mERROR[m] [1m[Help 1][m
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> /usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
> make: *** [mvn-build] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/07/19/maven-war-plugin_2.2-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: maven-war-plugin
Source-Version: 3.1.0-1
We believe that the bug you reported is fixed in the latest version of
maven-war-plugin, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <[email protected]> (supplier of updated maven-war-plugin
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 26 Jul 2017 16:02:23 +0200
Source: maven-war-plugin
Binary: libmaven-war-plugin-java
Architecture: source
Version: 3.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Description:
libmaven-war-plugin-java - Maven WAR Plugin
Closes: 869019
Changes:
maven-war-plugin (3.1.0-1) unstable; urgency=medium
.
* Team upload.
* New upstream release (Closes: #869019):
- Removed MWAR-269.diff (fixed upstream)
- New dependency on libmaven-mapping-java
- Build depend on junit4 instead of junit
- Depend on libmaven3-core-java instead of libmaven2-core-java
- Depend on libplexus-archiver-java (>= 3.4)
- Depend on libmaven-archiver-java (>= 3.1.1)
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
Checksums-Sha1:
07dc1462ef3b87659cec869eb5dd162fcbc4837f 2397 maven-war-plugin_3.1.0-1.dsc
758dc539bccf2817e992177436f28c0476816d4f 388952
maven-war-plugin_3.1.0.orig.tar.xz
8a421ace4381ceae65c86ddf3737b8c70397bf06 4408
maven-war-plugin_3.1.0-1.debian.tar.xz
c5408df61a46bbc818e12969039f710249969eb3 14239
maven-war-plugin_3.1.0-1_source.buildinfo
Checksums-Sha256:
0447d7c047fea1b8de45ba8772431cd3c34e70bd43919746163930394b1e2ae0 2397
maven-war-plugin_3.1.0-1.dsc
82cfda5d4c7fb4e9a110310f187cf5ca76c901731f06126d82fb264c4489b142 388952
maven-war-plugin_3.1.0.orig.tar.xz
4df1d303a20f51fd29a2a05a47ebb421bf8118aeeaf240f9326353ec870cc9ba 4408
maven-war-plugin_3.1.0-1.debian.tar.xz
b77e6a959951173ca213c03e7e23ccfcb2a19809503b2f8f72afe21027499671 14239
maven-war-plugin_3.1.0-1_source.buildinfo
Files:
be99e0e4accf44092a424f3e4c7a88fd 2397 java optional
maven-war-plugin_3.1.0-1.dsc
e74abd473678a7a0a63fa09ed7fd8dee 388952 java optional
maven-war-plugin_3.1.0.orig.tar.xz
8e8dfe5c9df0ec4bd5e1486c5f460b93 4408 java optional
maven-war-plugin_3.1.0-1.debian.tar.xz
73f336613936a10334ed5b233d37e5f7 14239 java optional
maven-war-plugin_3.1.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAll4ojISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs9voP/2tq4JoBOMwYKhXIWyBhQInLflxOnTQk
5Dn6C3NkP1LO72Ze3Mr/nTy/5ShlduMju/iOXYcJcIsKAi89xRNFEqipyZclEByD
0yzfv83aBmkd5gGAhFJ1AT0lGr6F0ZxL4YorQkPMAIsn3U5G3+bFFV/HkbJQu2fT
r9YCwlmxTs25U9K6X4MCnfmZfjY16a9l4y8WteCCloP4yid8XC+6G7eyfyQYScAD
zfIZwkNCSGx9du+hVupyjk5sDYt/zORft+E9gxUsW49CfxBMwaV0UHeSJ1Nw+Brt
DPJ5nNVFQIlX0UNsL7dyuXAlr9jCIwzk5wjdjJYV5wfohxpufinJ1WMzutW8sDpx
ldoAY4OMhx4cwq++jpgXz5h1TzBZuOxCG56vo71jXZ285tYpUcGN5NAoTmwtxoHV
YY7ASMLZjFSkbUCsMF3mGV6cBWylv4mIf0qDpcBBhcts5LJY2kz9Utrau6gOT6MX
9kZrPotGeAi04vFdzq0fR0vgKEjppf3sUr7NAw+b8Cej/QkpkaWOdhOK28KaIHOJ
WXYK9dDwois/hMevfB+LOog0Z71NboXG3U/fs1sT53UuMDYeuy2Ymh/3Uu/3kRNQ
Blec2WZyorDCDQ6Av/IZpkJCR37jrZ06HNB5R/r1taCLhVO2agytIFaAxgd6qmqV
EdCRapnF97s7
=aaMr
-----END PGP SIGNATURE-----
--- End Message ---