I wasn't able to reproduce the missing source jars. The integration sources and
profileservice-spi sources were copied to my thirdparty directory.
About the skipped jar messages, the maven depenency plugin will keep track of which jars
it already tried to download. So when you run the dependency plugin the first time, it
will try to download all dependencies, and then create a list in the target target that
says whether each one was successful or not. That prevents it from continually trying to
find missing jars. So the second time the dependeny plugin is run, normally all the files
are skipped because they are either already downloaded or known to not be available in the
repository.
If you run "mvn clean" it will delete this cache and next time the dependency
plugin will try again to download everything that is not already downloaded. Maybe this
is what caused the problem you saw.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191407#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...