Note that there are some explanatory texts on larger screens.

plurals
  1. POmaven assembly:single Error reading assemblies: No assembly descriptors found
    primarykey
    data
    text
    <p>I am moving my maven build from 2.2-beta5 to 2.2. As per documentation assembly:assembly is deprecated and I am trying to replace it by assembly:single. I have been trying various configuration but it is still not working I usualy get the follwoing error: Error reading assemblies: No assembly descriptors found.</p> <pre><code> &lt;plugin&gt; &lt;artifactId&gt;maven-assembly-plugin&lt;/artifactId&gt; &lt;version&gt;2.2&lt;/version&gt; &lt;executions&gt; &lt;execution&gt; &lt;id&gt;make-assembly&lt;/id&gt; &lt;phase&gt;assembly&lt;/phase&gt; &lt;goals&gt; &lt;goal&gt;single&lt;/goal&gt; &lt;/goals&gt; &lt;configuration&gt; &lt;finalName&gt;${env}.${project.version}&lt;/finalName&gt; &lt;appendAssemblyId&gt;false&lt;/appendAssemblyId&gt; &lt;filters&gt; &lt;filter&gt;src/main/filters/${env}/${build.env}/filter-common.properties&lt;/filter&gt; &lt;filter&gt;src/main/filters/${env}/${build.env}/filter-${user.name}.properties&lt;/filter&gt; &lt;/filters&gt; &lt;descriptors&gt; &lt;descriptor&gt;src/main/assembly/distribution.xml&lt;/descriptor&gt; &lt;/descriptors&gt; &lt;/configuration&gt; &lt;/execution&gt; &lt;/executions&gt; </code></pre> <p></p> <p><strong>Executed with</strong> : mvn clean package assembly:single install antrun:run</p> <p>I have also tried moving the configuration out of the execution tag but this causes the same problem. When removing assembly:single from the command the plugin i snot executed. Pleae let me know what is the corect way of executing this plugin ?</p> <p>Many Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload