Hi, > I wanted only source code but it tries to combine the whole project content > with Jar and etc. I am getting the following error. > > Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:2.3:assembly (make-assembly) > on project ABCServices: 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
You haven't said what you have done so far. Have you really read the link you were given? They contain several examples how to use these plugins. Apart from that: If you don't give any information about what you have done, how your project is structured, how your pom.xml looks like, how you trigger Maven, what you did to see the above mentioned error etc., nobody is able and possibly even willing to help you resolve your problems... HTH Thorsten
