[jboss-dev-forums] [Design of JBoss Build System] - Missing integration source jars
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Nov 21 10:44:29 EST 2008
When I run the current jbossas build or do a mvn package from the thirdparty directory, I'm not seeing the source jars for the jboss/integration or jboss/profileservice-spi being added:
| [713][valkyrie: thirdparty]$ ls jboss/integration/lib/
| jboss-classloading-spi.jar jboss-integration.jar
| jboss-corba-ots-spi.jar jboss-transaction-spi.jar
| jboss-deployment-spi.jar
| [714][valkyrie: thirdparty]$ ls jboss/profileservice-spi/lib/
| jboss-profileservice-spi.jar
|
Sources for other jars are there.
If I run a mvn dependency:sources is shows a bunch of skipped sources:
| [INFO] Searching repository for plugin with prefix: 'dependency'.
| WAGON_VERSION: 1.0-beta-2
| [INFO] ------------------------------------------------------------------------
| [INFO] Building JBoss Application Server Thirdparty Build
| [INFO] task-segment: [dependency:sources]
| [INFO] ------------------------------------------------------------------------
| [INFO] [dependency:sources]
| [INFO]
| [INFO] The following files have been resolved:
| [INFO] none
| [INFO]
| [INFO] The following files where skipped:
| [INFO] ant:ant:java-source:sources:1.6.5
| ...
| [INFO] org.jboss.integration:jboss-integration:java-source:sources:5.0.3.GA
| [INFO] org.jboss.integration:jboss-profileservice-spi:java-source:sources:5.0.3.GA
| [INFO] org.jboss.integration:jboss-transaction-spi:java-source:sources:5.0.3.GA
| ...
| [INFO]
| [INFO] ------------------------------------------------------------------------
| [INFO] BUILD SUCCESSFUL
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 12 seconds
| [INFO] Finished at: Fri Nov 21 07:41:18 PST 2008
| [INFO] Final Memory: 27M/52M
| [INFO] ------------------------------------------------------------------------
| [716][valkyrie: thirdparty]$
|
The sources do exist in the local repository:
| [626][valkyrie: trunk]$ ls /home/svn/repository.jboss.org/org/jboss/integration/jboss-profileservice-spi/5.0.3.GA/
| jboss-profileservice-spi-5.0.3.GA-sources.jar
| jboss-profileservice-spi-5.0.3.GA-sources.jar.md5
| jboss-profileservice-spi-5.0.3.GA-sources.jar.sha1
| jboss-profileservice-spi-5.0.3.GA.jar
| jboss-profileservice-spi-5.0.3.GA.jar.md5
| jboss-profileservice-spi-5.0.3.GA.jar.sha1
| jboss-profileservice-spi-5.0.3.GA.pom
| jboss-profileservice-spi-5.0.3.GA.pom.md5
| jboss-profileservice-spi-5.0.3.GA.pom.sha1
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191309#4191309
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191309
More information about the jboss-dev-forums
mailing list