Craig L Russell wrote:
         <dependency>
            <groupId>javax.transaction</groupId>
            <artifactId>transaction-api</artifactId>
            <version>1.1</version>
         </dependency>


I've often wondered what will happen with respect to groupId namespace management as the use of maven increases. I assume that in theory anyone can publish a javax.transaction/transaction-api/1.1 jar? Has the maven project considered creating a registry?

geir

Reply via email to