jvanzyl 2002/07/11 06:37:34
Modified: src/plugins/java plugin.jelly plugin.properties
Log:
o classpath creation moved to driver.jelly.
Revision Changes Path
1.19 +0 -13 jakarta-turbine-maven/src/plugins/java/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/java/plugin.jelly,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- plugin.jelly 11 Jul 2002 06:39:29 -0000 1.18
+++ plugin.jelly 11 Jul 2002 13:37:34 -0000 1.19
@@ -17,7 +17,6 @@
</j:otherwise>
</j:choose>
-
<patternset id="maven.jar.resources.set">
<j:forEach var="res" items="${pom.build.resources.includes}">
<include name="${res}"/>
@@ -26,18 +25,6 @@
<exclude name="${res}"/>
</j:forEach>
</patternset>
-
- <path id="maven.dependency.classpath">
- <j:forEach var="dep" items="${pom.dependencies}">
- <pathelement location="${maven.repo.local}/${dep.id}/jars/${dep.jar}"/>
- </j:forEach>
- </path>
-
- <!-- Setup maven's internal classpath -->
-
- <path id="maven-classpath">
- <fileset dir="${maven.home}/lib"/>
- </path>
<j:if test="${sourcesPresent == 'true'}">
<path id="maven.compile.src.set">
1.7 +0 -29 jakarta-turbine-maven/src/plugins/java/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/java/plugin.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.properties 9 Jul 2002 15:12:16 -0000 1.6
+++ plugin.properties 11 Jul 2002 13:37:34 -0000 1.7
@@ -17,40 +17,11 @@
maven.jar.excludes = **/package.html
-maven.repo.remote = http://jakarta.apache.org/turbine/jars2/
maven.jarResources.basedir=${basedir}
#
# These names will actually be based on the versioning document
# that morgan checked into jakarta-site2 the other day.
#
-#maven.final.name = ${maven.id}-${maven.currentVersion}
maven.final.name = ${pom.id}-${pom.currentVersion}
maven.final.dir = ${basedir}/${maven.final.name}
-
-# -------------------------------------------------------------------
-# M A V E N U P D A T E S I T E A N D S E L F U P D A T I N G
-# -------------------------------------------------------------------
-# This needs to be changed before prime time.
-maven.updateSite = http://www.apache.org/~jvanzyl/maven/update
-
-# -------------------------------------------------------------------
-# M A V E N D I S T R I B U T I O N S
-# -------------------------------------------------------------------
-maven.distBuildDirectory = ${basedir}/target
-maven.distBuildIndicator = DIST_BUILD_DIRECTORY
-maven.distDirectory = ${basedir}/dist
-
-# -------------------------------------------------------------------
-# E N V I R O N M E N T D E P E N D E N T T O O L S
-# -------------------------------------------------------------------
-maven.scp.executable = scp
-maven.ssh.executable = ssh
-
-# -------------------------------------------------------------------
-# Mark the defaults as loaded - PLEASE DON'T OVERRIDE
-# -------------------------------------------------------------------
-maven.defaults.loaded = true
-
-maven.build = MAVEN_BUILD_NOT_SET
-maven.username=USERNAME_NOT_SET
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>