The bundle plugin has an odd behaviour with the config in the distribution/all/pom.xml in that it requires the pom to already be installed _before_ you build the distribution which means you can't build offline unless you've already done a previous distribution build. Not much error messages just:
[ERROR] BUILD ERROR [INFO] --------------------------------------------------------------------- [INFO] System is offline. org.apache.tuscany.sca:tuscany-distribution-all:pom:2.0-SNAPSHOT This is only happening with latest snapshot build of the plugin, the older 1.0.3 version works fine. The build seems ok using the 1.0.3 version too so there's no tests or anything depending on the 1.0.4-snapshot so i guess an option could be just to go back to 1.0.3, but does any one have any ideas whats going on with the plugin? ...ant
