Nadahar / external-maven-plugin

This is a fork of "Maven External Dependency Plugin", http://code.google.com/p/maven-external-dependency-plugin/. This Maven plugin allows downloading, installing, and deploying dependency artifacts that are not stored in a Maven repository.
1 stars 0 forks source link

Make plugin @threadSafe #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the maven-external-dependency-plugin is not marked @threadSafe; 
Maven 3 parallel builds thus issue a warning.

Original issue reported on code.google.com by s...@st.informatik.tu-darmstadt.de on 28 Sep 2010 at 12:13

GoogleCodeExporter commented 8 years ago
Updated mojo classes with @ThreadSafe annotation.  Please let me know if you 
have any problems with it.  

Original comment by savage7....@gmail.com on 7 Oct 2010 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by savage7....@gmail.com on 7 Oct 2010 at 11:40