|
The 2.0.0.CR1 switchyard-release-2.0.0.CR1.pom doesn't exist, possibly because :
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build>
Need to make sure all of the poms from the release module are being deployed.
|