[ https://issues.apache.org/jira/browse/MNG-6602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16776331#comment-16776331 ]
Michael Osipov commented on MNG-6602: ------------------------------------- So, I have checked out on {noformat} Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00) Maven home: /usr/local/share/java/maven Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /usr/local/openjdk8/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "freebsd", version: "11.2-release-p8", arch: "i386", family: "unix" {noformat} There are several issues with this project, not related to Maven: # The version is just wrong {{SNAPSHOT}} is not a valid value, ist must be at least {{1-SNAPSHOT}} during development # It cannot be build top down with {{mvn package}} # There are no modules defined It pretty much seems to be that the authors of this software did not understand the basic concepts of Maven, but simply ported from Ant w/o accepting conventions. There seems to be a GNU Makefile, but that is not what you are after for. I too, maintain some Java-related ports, my general advice is unless you need native code, grab the prebuild tarball, extract to what the porter's handbook says and there you go. > Error reading assemblies: No assembly descriptors found > ------------------------------------------------------- > > Key: MNG-6602 > URL: https://issues.apache.org/jira/browse/MNG-6602 > Project: Maven > Issue Type: Bug > Reporter: Yuri > Assignee: Michael Osipov > Priority: Major > Fix For: wontfix-candidate > > > While trying to build this project [https://sourceforge.net/p/tuxguitar/] on > FreeBSD, maven fails: > ``` > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 10.235 s > [INFO] Finished at: 2019-02-23T08:54:38-08:00 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly > (default-cli) on project tuxguitar-pom: Error reading assemblies: No assembly > descriptors found. -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > ``` > > The TuxGuitar bug report: https://sourceforge.net/p/tuxguitar/bugs/106/ -- This message was sent by Atlassian JIRA (v7.6.3#76005)