On 6/5/07, Raymond Feng <[EMAIL PROTECTED]> wrote:
Hi, It seems that it breaks the build as the following dependency cannot be resolved: <dependency> <groupId>org.osoa</groupId> <artifactId>sca-api</artifactId> <version>1.0-incubating-SNAPSHOT</version> </dependency> I'll fix it to use "org.apache.tuscany.sca" as the group id. A side question, should the group id for sca-api be org.osoa or org.apache.tuscany.sca?
It didn't seem right to me for the org.apache.tuscany project to be publishing things outside of that namespace. Its worked in the past as we publish to the Incubator maven repository but would we even be able to publish outside of org.apache when its going to the real maven repository? ...ant
