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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to