play-project / play

The main repository, used for website and issues
2 stars 0 forks source link

Use OW2 CI Server #41

Open chamerling opened 11 years ago

chamerling commented 11 years ago

OW2 provides Continuous Integration facilities which must be used in the project.

chamerling commented 11 years ago

Check http://newbamboo.ow2.org/browse/PLAY. Need more work on the dependency management.

chamerling commented 11 years ago

@stuehmer can you check errors http://newbamboo.ow2.org/browse/PLAY

stuehmer commented 11 years ago

@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.

chamerling commented 11 years ago

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>
chamerling commented 11 years ago

While waiting for more stability on the CI server, we will use this one http://bamboo.ow2.org/browse/PLAY