cstamas commented on pull request #5: URL: https://github.com/apache/maven-wrapper-plugin/pull/5#issuecomment-974885261
Just checked out and build: ``` [INFO] --- maven-assembly-plugin:3.2.0:single (default) @ maven-wrapper-distribution --- [INFO] Reading assembly descriptor: src/assembly/script.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Maven Wrapper Parent 3.0.3-SNAPSHOT: [INFO] [INFO] Apache Maven Wrapper Parent ........................ SUCCESS [ 2.409 s] [INFO] Maven Wrapper ...................................... SUCCESS [ 3.160 s] [INFO] Maven Wrapper Distribution ......................... FAILURE [ 0.229 s] [INFO] Apache Maven Wrapper Plugin ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.921 s [INFO] Finished at: 2021-11-21T20:54:23+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.2.0:single (default) on project maven-wrapper-distribution: Error reading assemblies: Error reading descriptor: src/assembly/script.xml: Unrecognised tag: 'sources' (position: START_TAG seen ...<file>\n <sources>... @43:16) -> [Help 1] [ERROR] ``` If I edit `maven-wrapper-distribution/pom.xml` to use m-assembly-p 3.3.0,all is ok. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
