Your message dated Fri, 30 Oct 2015 15:37:54 +0000
with message-id <e1zsbky-0000lv...@franck.debian.org>
and subject line Bug#796445: fixed in maven-plugin-tools 3.3-3
has caused the Debian Bug report #796445,
regarding maven-plugin-tools: FTBFS: project has been declared multiple times 
in mojo with goal: report
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 ow...@bugs.debian.org
immediately.)


-- 
796445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796445
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maven-plugin-tools
Version: 3.3-2
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

package:
    [mkdir] Created dir: 
/maven-plugin-tools-3.3/debian/tmp/maven-repo/org/apache/maven/plugins/maven-plugin-plugin/3.3
    [mkdir] Created dir: 
/maven-plugin-tools-3.3/debian/tmp/maven-repo/org/apache/maven/plugins/maven-plugin-plugin/debian
     [copy] Copying 1 file to 
/maven-plugin-tools-3.3/debian/tmp/maven-repo/org/apache/maven/plugins/maven-plugin-plugin/3.3
     [copy] Copying 1 file to 
/maven-plugin-tools-3.3/debian/tmp/maven-repo/org/apache/maven/plugins/maven-plugin-plugin/3.3
     [copy] Copying 1 file to 
/maven-plugin-tools-3.3/debian/tmp/maven-repo/org/apache/maven/plugins/maven-plugin-plugin/debian
     [copy] Copying 1 file to 
/maven-plugin-tools-3.3/debian/tmp/maven-repo/org/apache/maven/plugins/maven-plugin-plugin/debian
     [java] + Error stacktraces are turned on.
     [java] [INFO] 
     [java] NOTE: Maven is executing in offline mode. Any artifacts not already 
in your local
     [java] repository will be inaccessible.
     [java] 
     [java] [INFO] Scanning for projects...
     [java] [INFO] 
------------------------------------------------------------------------
     [java] [INFO] Building Maven Plugin Plugin
     [java] [INFO]    task-segment: 
[org.apache.maven.plugins:maven-plugin-plugin:3.3:descriptor]
     [java] [INFO] 
------------------------------------------------------------------------
     [java] [INFO] [plugin:descriptor {execution: default-cli}]
     [java] [WARNING] Using platform encoding (UTF-8 actually) to read mojo 
metadata, i.e. build is platform dependent!
     [java] [INFO] Applying mojo extractor for language: java-annotations
     [java] [WARNING] Unable to get sources artifact for 
org.apache.maven.reporting:maven-reporting-impl:debian. Some javadoc tags 
(@since, @deprecated and comments) won't be used
     [java] [WARNING] Deprecated @component for project field in 
org.apache.maven.plugin.plugin.PluginReport.: replace with @parameter 
name="${project}" @readonly
     [java] [INFO] 
------------------------------------------------------------------------
     [java] [ERROR] BUILD ERROR
     [java] [INFO] 
------------------------------------------------------------------------
     [java] [INFO] Error extracting plugin descriptor: 'project has been 
declared multiple times in mojo with goal: report (implementation: 
org.apache.maven.plugin.plugin.PluginReport)'
     [java] 
     [java] [INFO] 
------------------------------------------------------------------------
     [java] [INFO] Trace
     [java] org.apache.maven.lifecycle.LifecycleExecutionException: Error 
extracting plugin descriptor: 'project has been declared multiple times in mojo 
with goal: report (implementation: org.apache.maven.plugin.plugin.PluginReport)'
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
     [java]     at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
     [java]     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
     [java]     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
     [java]     at org.apache.maven.cli.MavenCli.main(MavenCli.java:100)
     [java] Caused by: org.apache.maven.plugin.MojoExecutionException: Error 
extracting plugin descriptor: 'project has been declared multiple times in mojo 
with goal: report (implementation: org.apache.maven.plugin.plugin.PluginReport)'
     [java]     at 
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:255)
     [java]     at 
org.apache.maven.plugin.plugin.DescriptorGeneratorMojo.execute(DescriptorGeneratorMojo.java:90)
     [java]     at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
     [java]     at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
     [java]     ... 9 more
     [java] Caused by: 
org.apache.maven.plugin.descriptor.DuplicateParameterException: project has 
been declared multiple times in mojo with goal: report (implementation: 
org.apache.maven.plugin.plugin.PluginReport)
     [java]     at 
org.apache.maven.plugin.descriptor.MojoDescriptor.addParameter(MojoDescriptor.java:195)
     [java]     at 
org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor.toMojoDescriptors(JavaAnnotationsMojoDescriptorExtractor.java:601)
     [java]     at 
org.apache.maven.tools.plugin.annotations.JavaAnnotationsMojoDescriptorExtractor.execute(JavaAnnotationsMojoDescriptorExtractor.java:104)
     [java]     at 
org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor(DefaultMojoScanner.java:96)
     [java]     at 
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:243)
     [java]     ... 12 more
     [java] [INFO] 
------------------------------------------------------------------------

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/maven-plugin-tools.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: maven-plugin-tools
Source-Version: 3.3-3

We believe that the bug you reported is fixed in the latest version of
maven-plugin-tools, 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 796...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated maven-plugin-tools 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 30 Oct 2015 14:58:30 +0100
Source: maven-plugin-tools
Binary: libmaven-plugin-tools-java
Architecture: source all
Version: 3.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 libmaven-plugin-tools-java - Maven Plugin Tools Base POM
Closes: 796445
Changes:
 maven-plugin-tools (3.3-3) unstable; urgency=medium
 .
   * Team upload.
   * Replaced the @Component annotation with @Parameter for the 'project' field
     in PluginReport to fix a build failure (Closes: #796445)
Checksums-Sha1:
 b4ab2bb96464658e9462906291c80bb77adbed4b 2548 maven-plugin-tools_3.3-3.dsc
 86d41e1b37ddefa50cedc3c2720787bd4a03eacc 12268 
maven-plugin-tools_3.3-3.debian.tar.xz
 c820a595a642fb43fe4f16d6d8cd904b5f5b8565 204704 
libmaven-plugin-tools-java_3.3-3_all.deb
Checksums-Sha256:
 fbeabfa9ed3d36558ac54d4bdcdc2beda63988cdd7b0d14031c0565aaa731904 2548 
maven-plugin-tools_3.3-3.dsc
 24ab36458c988a1b0ee9e6c80d41442e570694b1021957e73cce47143ee6f41b 12268 
maven-plugin-tools_3.3-3.debian.tar.xz
 4eb30e4f0f550627e77e387a0bb829181734ac0162fa49d7e351a6235e9158ca 204704 
libmaven-plugin-tools-java_3.3-3_all.deb
Files:
 4c8c0d7683edd39290b78b1818c5ca32 2548 java optional 
maven-plugin-tools_3.3-3.dsc
 675f4da23784bbf165df93ddf2230fb4 12268 java optional 
maven-plugin-tools_3.3-3.debian.tar.xz
 da9b4021916f342d60bf6ca29677cd5a 204704 java optional 
libmaven-plugin-tools-java_3.3-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWM3j0AAoJEPUTxBnkudCsPb0P/3B3WzezbTOU6gRRHdGT5yhx
6Fa9nHpISCVQ02yLZ05Q6LWfWarI7tflZTW+UJoldOOJdgoOURKBfFUe3E0/BB/x
g1+eACgY0TtLUBtvDgszv67EFuvaCA2ibkg00rVPWmYHkIGOLUX8B3kJtR9uEKas
5W7aaKVGy+Q3tthdRyAd8fypenKnn7dyh1bspD93FhydeYQerTQWn77kpgkwf1OY
ALDESCZbl0/NuCNci4vNxy76QeRc+BZwH9MlZM4GkZ7m6cHPHVrMAVVv4ndxk4A5
ui2o384CNHU1odt8bW13yqLRs21JucZpXXXDLQvd4KXEDJL9sbGb89lk+gnIzRFZ
LGJmSaOUqom/YWtzFB3jIxZhJLxDAl19QMl06fjj4si1bAm76H7PpeMRZyKArMpe
1QYZOIJgQRkg5TXYH1nqpJv2L7xjLKPSoLg89YFh6MpG7nrhQwqKPB0y4h//Gvhk
qikScV29rwXk4ueGgewxWUfRHchkTXAoHwiFbqzrYkl+lTmKYYG0348lGToc4v6n
+uEP7Jm2xEHmeuSHtvoQDZWRJc71Utxijc31qw2hIkAwoeRhLWRDCOjCkEO3hNOs
PUkwMdYuUmNiADA1P0XMUMWY2bXgQTZqNP1yEFmGVeu/1ia9JbQA4J0N2sHZ1yT3
C+HWB96c28vU8mPUmzUb
=KSch
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to