Hello everybody, I solve my problem, but for that I had to changed the plugin
version of maven-assembly-plugin again, this time I decide to 2.2-beta-2, so
on follows my plugin config at pom.xml file.

<plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <version>2.2-beta-2</version>
        <configuration>                                                         
        
                <descriptorRefs>
                        <descriptorRef>jar-with-dependencies</descriptorRef>
                </descriptorRefs>
                <finalName>${project.build.finalName}-bin</finalName>
                <appendAssemblyId>false</appendAssemblyId>
        </configuration>
</plugin>                       

Anyway would be good if someone could help me to understand why the
exception is threw ... anyone?
-- 
View this message in context: 
http://n2.nabble.com/Maven-Assembly-Plugin-throwing-InvalidArtifactRTException-tp4466929p4471619.html
Sent from the maven users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to