Open chamerling opened 11 years ago
Check http://newbamboo.ow2.org/browse/PLAY. Need more work on the dependency management.
@stuehmer can you check errors http://newbamboo.ow2.org/browse/PLAY
@chamerling: is there a way to get dependencies like org.petalslink.dsb:dsb-service-saajclient:1.0-SNAPSHOT from any public repo like OW2?
Did you rename/refactor these things into org.ow2.* hierarchies?
The same question goes for dsb-notification-commons, and so on. I am still using
<dependency>
<groupId>org.petalslink.dsb</groupId>
<artifactId>dsb-notification-commons</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Best,
Roland.
Yes sorry for that, dependencies are now OW2 petals ones and are available on central
<dependency>
<groupId>org.ow2.petals.dsb</groupId>
<artifactId>dsb-notification-commons</artifactId>
<version>1.0.0</version>
</dependency>
While waiting for more stability on the CI server, we will use this one http://bamboo.ow2.org/browse/PLAY
OW2 provides Continuous Integration facilities which must be used in the project.