Just double checking its not there under some esoteric name ;)
Does anyone object if I add it to
repository.jboss.org as with this pom
<?xml version="1.0" encoding="UTF-8"?>
| <project
xmlns="http://maven.apache.org/POM/4.0.0"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
| <modelVersion>4.0.0</modelVersion>
| <groupId>org.jboss.cache</groupId>
| <artifactId>pojocache</artifactId>
| <version>1.4.1.GA</version>
|
| <dependencies>
| <dependency>
| <groupId>jgroups</groupId>
| <artifactId>jgroups</artifactId>
| <version>2.3</version>
| </dependency>
|
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-system</artifactId>
| <version>4.2.0.GA</version>
| </dependency>
|
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-jmx</artifactId>
| <version>4.2.0.GA</version>
| </dependency>
| </dependencies>
|
| </project>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087437#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...