You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Henri Gomez <he...@gmail.com> on 2009/03/13 15:58:30 UTC

jspc plugins : org.codehaus.mojo.jspc/jspc-maven-plugin or org.codehaus.mojo/jspc-maven-plugin ?

Hi to all,

Which maven plugin should be use for JSP compilation ?

<parent>
<groupId>org.codehaus.mojo.jspc</groupId>
<artifactId>jspc</artifactId>
<version>2.0-alpha-3</version>
</parent>

or

<groupId>org.codehaus.mojo</groupId>
<artifactId>jspc-maven-plugin</artifactId>
<version>1.4.6</version>

I tried the 2.0-alpha-3 but it failed with :

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.codehaus.mojo.jspc:jspc-maven-plugin:2.0-alpha-3:compile': Unable
to find the mojo
'org.codehaus.mojo.jspc:jspc-maven-plugin:2.0-alpha-3:compile' in the
plugin 'org.codehaus.mojo.jspc:jspc-maven-plugin'
Component descriptor cannot be found in the component repository:
org.codehaus.mojo.jspc.compiler.JspCompiler.


Did there is still developpers of these plugins here ?

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org