Hi Henrik,
On Mon, 17 Jun 2013, Johannes Schindelin wrote:
Johannes
--
You received this message because you are subscribed to the Google Groups "NAR Maven plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maven-nar+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Roland,
On Sun, 30 Jun 2013, Roland Asmann wrote:
> Thanks for putting a version out there, Johannes!
Technically, it was Curtis Rueden who put it out.
> Small correction to your snippet, since we are talking about a plugin here:
>
> <pluginRepositories>
> <pluginRepository>
> <id>imagej.releases</id>
> =20
> <url>http://maven.imagej.net/content/repositories/thirdparty</url>
> </pluginRepository>
> </pluginRepositories>
Sorry, what exactly did you change?
> I was wondering though, is the current snapshot available in a repo=20
> somewhere or do I just have to build it myself?
As mentioned, it is available from ImageJ's thirdparty repository:
http://maven.imagej.net/content/repositories/thirdparty/org/apache/maven/plugins/nar-maven-plugin/3.0.0-scijava-2/nar-maven-plugin-3.0.0-scijava-2.jar
Ciao,
Johannes
Ciao,
Johannes
I'm struggling to use the 3.0.0-scijava-2 repository artifact. My Nexus repository only seems to be able to index maven-nar-plugin and not nar-maven-plugin. Could this be because
http://maven.imagej.net/content/repositories/thirdparty/org/apache/maven/plugins/maven-metadata.xml
only contains
<metadata>
<plugins>
<plugin>
<name>Maven NAR Plugin</name>
<prefix>nar</prefix>
<artifactId>maven-nar-plugin</artifactId>
</plugin>
</plugins>
</metadata>
Thanks,
Mark.