Hello,
I tried running the Trinidad build as described in
http://wiki.apache.org/myfaces/Building_ADF_With_Maven
But calling mvn install in the plugins folder leads to this exception in maven:
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the pl
ugin manager executing goal 'org.apache.maven.plugins:maven-site-plugin:2.0-beta
-5:attach-descriptor': Unable to find the mojo 'org.apache.maven.plugins:maven-s
ite-plugin:2.0-beta-5:attach-descriptor' in the plugin 'org.apache.maven.plugins
:maven-site-plugin'
[...]
Caused by: java.lang.NoSuchMethodError:
com.trend.iwss.jscan.appscan.runtime.PolicyProps: method <init>()V not found
at com.trend.iwss.jscan.appscan.runtime.Session.<init>(Session.java:58)
at com.trend.iwss.jscan.appscan.runtime.Session.<clinit>(Session.java:33)
at
org.apache.maven.plugins.site.AbstractSiteMojo.<clinit>(AbstractSiteMojo.java)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newIn
stance(JavaComponentFactory.java:44)
... 24 more
I am using a new maven 2.0.4 installation with Sun JDK 1.5.0_03. The only
change to the default installation is the setting of a http proxy in the maven
settings.xml.
Is this a maven issue or a problem in one of the Trinidad components?
Are there any prebuild versions of Trinidad available I can use?
Regards
Jochen