If the SAR plugin is too specific for maven, you could submit it to maven-plugins.sf.net
ERic > -----Original Message----- > From: St�phane Nicoll [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 3:42 PM > To: Maven Users List > Subject: RE: Maven SAR (service archive) goal? > > > I can see two solutions: > > - A maven custom goal using ant (the ant:jar task with src/sar as > source directory). Provided the jelly:ant namespace is named ant > > > <ant:jar destfile="${maven.build.dir}/${maven.final.name}.sar"> > <ant:metainf dir="${basedir}/src/sar/META-INF"> > <ant:include name="jboss-service.xml"/> > </ant:metainf> > </ant:jar> > > - A SAR plugin. I made it a while ago and asked to publish it but > got no answer. Ping me off-list and I'll try to find it back. > > Regards, > > St�phane > > > -----Original Message----- > From: Dinko Hadzic [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 3:31 PM > To: [EMAIL PROTECTED] > Subject: Maven SAR (service archive) goal? > > > I am trying to create a JBoss/JMX service archive (SAR) with Maven. > > It seems however like such a goal/plugin does not exist...? > > > > Could anyone give me some ideas/hints of how a SAR goal could be realized? > > > > Thanx, > > Regards Dinko > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
