[jboss-dev-forums] [Design of JBoss Build System] - Re: Sources are not picked up from snapshots

scott.stark@jboss.org do-not-reply at jboss.com
Tue Jul 29 13:52:09 EDT 2008


I changed the variable so either -Pdownload-sources or -Ddownload-sources now works the same way:


  | [529][valkyrie: thirdparty]$ ls jboss/jboss-cl/lib/
  | jboss-classloader.jar		jboss-classloading.jar
  | jboss-classloading-vfs.jar
  | [530][valkyrie: thirdparty]$ mvn -Ddownload-sources package
  | ...
  | [531][valkyrie: thirdparty]$ ls jboss/jboss-cl/lib/
  | jboss-classloader-sources.jar		jboss-classloading-vfs-sources.jar
  | jboss-classloader.jar			jboss-classloading-vfs.jar
  | jboss-classloading-sources.jar		jboss-classloading.jar
  | [532][valkyrie: thirdparty]$ !rm
  | rm -rf jboss/jboss-cl/lib/jboss-classload*-sources.jar
  | [533][valkyrie: thirdparty]$ mvn -Pdownload-sources package
  | [534][valkyrie: thirdparty]$ ls jboss/jboss-cl/lib/
  | jboss-classloader-sources.jar		jboss-classloading-vfs-sources.jar
  | jboss-classloader.jar			jboss-classloading-vfs.jar
  | jboss-classloading-sources.jar		jboss-classloading.jar
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167408#4167408

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167408



More information about the jboss-dev-forums mailing list