[CVS jcontainer] Inline install goal
Peter Donald <pdonald-yCVjj/[email protected]> Mon, 19 Apr 2004 19:39:12 -0500
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>jcontainer/dna/tools</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">maven.xml</a></tt></td><td align="right" id="added">+8</td><td align="right" id="removed">-30</td><td nowrap="nowrap" align="center"><a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools/maven.xml?rev=1.5&content-type=text/vnd.viewcvs-markup">1.5</a> <a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools/maven.xml.diff?r1=1.5&r2=1.6">-></a> <a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools/maven.xml?rev=1.6&content-type=text/vnd.viewcvs-markup">1.6</a></td></tr>
</table>
<pre class="comment">
Inline install goal
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname"><a href="http://xstream.cvs.codehaus.org/jcontainer">jcontainer</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/dna">dna</a>/<a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools">tools</a><br /></span>
<div class="fileheader"><big><b>maven.xml</b></big> <small id="info"><a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools/maven.xml?rev=1.5&content-type=text/vnd.viewcvs-markup">1.5</a> <a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools/maven.xml.diff?r1=1.5&r2=1.6">-></a> <a href="http://xstream.cvs.codehaus.org/jcontainer/dna/tools/maven.xml?rev=1.6&content-type=text/vnd.viewcvs-markup">1.6</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.5 -r1.6
--- maven.xml 29 Nov 2003 05:10:20 -0000 1.5
+++ maven.xml 20 Apr 2004 00:39:12 -0000 1.6
@@ -1,50 +1,28 @@
</small></pre><pre class="diff" id="context"> <?xml version="1.0"?>
</pre><pre class="diff" id="removed">-<project default="main"
- xmlns:deploy="deploy"
- xmlns:maven="jelly:maven"
- xmlns:ant="jelly:ant">
</pre><pre class="diff" id="added">+<project default="main" xmlns:deploy="build" xmlns:maven="jelly:maven" xmlns:ant="jelly:ant">
</pre><pre class="diff" id="context">
<postGoal name="notWorking_install">
</pre><pre class="diff" id="removed">- <maven:maven
- descriptor="${basedir}/src/plugin-test/project.xml"
- goals="main"
- ignoreFailures="false"/>
</pre><pre class="diff" id="added">+ <maven:maven descriptor="${basedir}/src/plugin-test/project.xml" goals="main" ignoreFailures="false"/>
</pre><pre class="diff" id="context"> </postGoal>
<postGoal name="notWorking_clean:clean">
</pre><pre class="diff" id="removed">- <maven:maven
- descriptor="${basedir}/src/plugin-test/project.xml"
- goals="test-clean"
- ignoreFailures="false"/>
</pre><pre class="diff" id="added">+ <maven:maven descriptor="${basedir}/src/plugin-test/project.xml" goals="test-clean" ignoreFailures="false"/>
</pre><pre class="diff" id="context"> </postGoal>
</pre><pre class="diff" id="removed">- <goal name="main">
- <attainGoal name="build"/>
- </goal>
-
- <goal name="build">
- <attainGoal name="install"/>
- </goal>
</pre><pre class="diff" id="added">+ <goal name="build" prereqs="install"/>
</pre><pre class="diff" id="context">
<goal name="setupPlugin" prereqs="jar:jar">
</pre><pre class="diff" id="removed">- <ant:property name="artifact"
- value="${pom.artifactId}-plugin-${pom.currentVersion}.jar"/>
</pre><pre class="diff" id="added">+ <ant:property name="artifact" value="${pom.artifactId}-plugin-${pom.currentVersion}.jar"/>
</pre><pre class="diff" id="context"> <ant:echo message="Artifact: ${artifact}"/>
</pre><pre class="diff" id="removed">- <ant:copy file="${maven.build.dir}/${maven.final.name}.jar"
- toFile="${maven.build.dir}/${artifact}"/>
</pre><pre class="diff" id="added">+ <ant:copy file="${maven.build.dir}/${maven.final.name}.jar" toFile="${maven.build.dir}/${artifact}"/>
</pre><pre class="diff" id="context"> </goal>
<goal name="deploy" prereqs="jar:deploy,setupPlugin">
</pre><pre class="diff" id="removed">- <deploy:artifact
- artifact="${maven.build.dir}/${artifact}"
- type="plugins"
- assureDirectoryCommand="mkdir -p"
- siteCommand="cd @deployDirectory@; chmod g+w ${artifact}; chgrp ${maven.remote.group} ${artifact}"/>
</pre><pre class="diff" id="added">+ <deploy:artifact artifact="${maven.build.dir}/${artifact}" type="plugins" assureDirectoryCommand="mkdir -p" siteCommand="cd @deployDirectory@; chmod g+w ${artifact}; chgrp ${maven.remote.group} ${artifact}"/>
</pre><pre class="diff" id="context"> </goal>
<goal name="install" prereqs="jar:install,setupPlugin">
</pre><pre class="diff" id="removed">- <ant:copy file="${maven.build.dir}/${artifact}"
- todir="${maven.repo.local}/${pom.groupId}/plugins"/>
</pre><pre class="diff" id="added">+ <ant:copy file="${maven.build.dir}/${artifact}" todir="${maven.repo.local}/${pom.groupId}/plugins"/>
</pre><pre class="diff" id="context"> <ant:delete>
<ant:fileset dir="${maven.home}/plugins">
<ant:include name="${pom.artifactID}-*"/>
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.8</small></center>
</body></html>