Hi, I just upgraded the resin-maven-plugin from 3.1.5 to 3.2.1. The first time I entered "mvn resin:run", it began downloading a ton of libraries and eventually failed, When I try to launch Resin via a "mvn resin:run", Maven fails with a number of missing dependencies.
It seems that the Caucho M2 Repository is missing a number of these dependencies: resin-ejb:jar:3.2.1 resin-j2ee-management:jar:3.2.1 resin-jca:jar:3.2.1 resin-jms:jar:3.2.1 resin-jsdk:jar:3.2.1 etc... Why are these dependencies not found in the Caucho M2 Repo? ( http://caucho.com/m2) This is from my pom.xml: <plugin> <groupId>com.caucho</groupId> <artifactId>resin-maven-plugin</artifactId> <version>3.2.1</version> </plugin> Regards, Rob
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
