[m2] maven2 and eclipse plugin generation

2005-12-01 Thread Michael Thompson
Is anyone using maven2 for eclipse plugin development? I've got my plugin pom setup to build everything and construct the final zip file. The issue I'm trying to wrap my brain around is keeping my feature.xml and site.xml files up to date with the correct version info. Since I can't use versions

RE: [m2] Artifact Override

2005-12-01 Thread Michael Thompson
en.apache.org/guides/mini/guide-installing-3rd-party-jars.html hth, Nik Michael Thompson wrote: >I am doing eclipse plugin development using maven 2.0. In my pom for my >eclipse plugin, I have the packaging set to jar. So in the end, the >file: target\artifactId-version.jar gets created.

[m2] Artifact Override

2005-11-30 Thread Michael Thompson
s and eclipse plugin descriptor into a proper eclipse plugin zip file. The issue is that when I do a mvn install, the JAR gets installed in my local repo. Is there anyway to override the final artifact and make it so that it installs my ZIP instead? Thanks in advance! --m Michael Tho

new artifact type

2005-11-17 Thread Michael Thompson
All, So we are delving into the world maven2 and eclipse plugins. In order to package my plugin, I think I need a new artifact type since the standard jar packaging won't suffice. Just FYI, eclipse plugins are actually zip files that contain your class files in a contained jar, dependency jars