The googlecode version of the plugin is pretty much obsolete then - it should continue to work for 2.x and 3.x lines, but I won't plan to update for 4.x or higher.
I am trying to use your plugin, but I am having issues getting it from maven central with the following errors:
Code:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.622s
[INFO] Finished at: Fri Jan 24 13:51:10 EST 2014
[INFO] Final Memory: 8M/244M
[INFO] ------------------------------------------------------------------------
[ERROR] Error resolving version for plugin 'com.isomorphic:isc-maven-plugin' from the repositories [local (E:\.m2), cent
ral (http://salgs2cm01:8081/artifactory/plugins-release), snapshots (http://salgs2cm01:8081/artifactory/plugins-snapshot
)]: Plugin not found in any plugin repository -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException
E:\Projects\GS2>
Nevermind using -X I found this:
[DEBUG] Ignoring incompatible plugin version 1.0.1: The plugin com.isomorphic:isc-maven-plugin:1.0.1 requires Maven vers
ion 3.1
[DEBUG] Ignoring incompatible plugin version 1.0.0: The plugin com.isomorphic:isc-maven-plugin:1.0.0 requires Maven vers
ion 3.1
Last edited by jpappalardo; 24 Jan 2014, 10:56.
Reason: Found the problem
Comment