-
tcort changed the public information on the Maven sar plugin project.
2009-06-19 23:54:47 UTC by tcort
-
tcort changed the public information on the Maven sar plugin project.
2009-06-19 23:54:47 UTC by tcort
-
maven-dependency-plugin does not know how to unpack sar file dependencies.
> Unknown archiver type
> Embedded error: No such archiver: 'sar'.
To solve this add the following hint to plexus/components.xml:
org.codehaus.plexus.archiver.UnArchiver
sar
org.codehaus.plexus.archiver.zip.ZipUnArchiver.
2009-05-05 17:05:11 UTC by atalfir
-
tcort committed revision 18 to the Maven sar plugin SVN repository, changing 1 files.
2008-09-25 19:38:44 UTC by tcort
-
The current version (1.0) does not package any JARs from the project's dependencies. This patch adds a routine to copy alle JAR artifacts with scope runtime to the classesDir. Then those JARs are packaged within the SAR.
2008-01-15 11:18:23 UTC by ossspeaker
-
I needed a way to add an additional pattern to the files packaged into the SAR. Therefore I implemented some functionality to specify an and block in the of the plugin.
Sorry I do not have integration tests--I am new to Maven plugin development and haven't had the time to figure out how to properly test integrated with Maven.
Since source/target...
2008-01-14 17:04:25 UTC by ds_crcpress
-
done.
2007-11-06 13:55:29 UTC by tcort
-
tcort committed revision 17 to the Maven sar plugin SVN repository, changing 6 files.
2007-11-06 13:54:33 UTC by tcort
-
All of the VT Tax project sites should have a similar look and feel. We should use the maven-vttax-skin from net.sf.gateway and a custom site.vm to achieve this.
2007-11-05 12:27:50 UTC by tcort
-
tcort committed revision 16 to the Maven sar plugin SVN repository, changing 1 files.
2007-10-30 22:01:40 UTC by tcort