Hi Chris,

On Thu, 23 May 2013, Chris wrote:

> > On Thu, 23 May 2013, Chris wrote:
> > 
> >> I have been developing an ImageJ project in Netbeans but suddenly I can
> >> no longer build the project or run it to get an instance of ImageJ.  I
> >> get the following error, but I do not know enough about Maven to resolve
> >> it on my own.  I'm hoping someone can assist me in getting the project
> >> running again.  
> > 
> > Are you sure that you have a section like this in your pom.xml?
> > 
> > -- snipsnap --
> > <!-- NB: for project parent -->
> > <repositories>
> >     <repository>
> >             <id>imagej.releases</id>
> >             <url>http://maven.imagej.net/content/repositories/releases</url>
> >     </repository>
> >     <repository>
> >             <id>imagej.snapshots</id>
> >             
> > <url>http://maven.imagej.net/content/repositories/snapshots</url>
> >     </repository>
> > </repositories>
> 
> Yes, that section is definitely there.  Here is my pom.xml:
> 
> [...]
> 
>       <!-- NB: for project parent -->
>       <repositories>
>               <repository>
>                       <id>imagej.releases</id>
>                       
> <url>http://maven.imagej.net/content/repositories/releases</url>
>               </repository>
>               <repository>
>                       <id>imagej.snapshots</id>
>                       
> <url>http://maven.imagej.net/content/repositories/snapshots</url>
>               </repository>
>        <repository>
>         <id>unknown-jars-temp-repo</id>
>         <name>A temporary repository created by NetBeans for libraries and 
> jars it could not identify. Please replace the dependencies in this 
> repository with correct ones and delete this repository.</name>
>         <url>file:${project.basedir}/lib</url>
>        </repository>
>       </repositories>
> 
> </project>

Yep, that should definitely work. Is there a place from where I can clone
your source code repository so I can try to reproduce?

Ciao,
Johannes

_______________________________________________
ImageJ-devel mailing list
ImageJ-devel@imagej.net
http://imagej.net/mailman/listinfo/imagej-devel

Reply via email to