Home | History | Annotate | Download | only in lib

Lines Matching full:plexus

23     <groupId>org.codehaus.plexus</groupId>
24 <artifactId>plexus</artifactId>
29 <artifactId>plexus-utils</artifactId>
32 <name>Plexus Common Utilities</name>
34 <url>http://plexus.codehaus.org/plexus-utils</url>
37 <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.5.15</connection>
38 <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.5.15</developerConnection>
39 <url>http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.5.15</url>
48 <!-- NOTE: plexus-interpolation is SHADED INTO plexus-utils.
50 interpolation classes in plexus-utils to the current
51 implementation, which was broken out into plexus-interpolation.
52 The old classes still exist in plexus-utils, but are
55 <groupId>org.codehaus.plexus</groupId>
56 <artifactId>plexus-interpolation</artifactId>
61 <groupId>org.codehaus.plexus</groupId>
62 <artifactId>plexus-component-api</artifactId>
65 <groupId>org.codehaus.plexus</groupId>
66 <artifactId>plexus-classworlds</artifactId>
92 <!-- surefire requires plexus-utils to be jdk 1.3 compatible -->
101 <!-- required to ensure the test classes are used, not surefire's plexus-utils -->
104 <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
131 <include>org.codehaus.plexus:plexus-interpolation</include>
136 <pattern>org.codehaus.plexus.interpolation</pattern>
149 <tagBase>https://svn.codehaus.org/plexus/plexus-utils/tags/</tagBase>