On 6/2/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
"mvn clean install" gives me a "-source 1.5" message. I tried placing the following under project/build/pugins for impl .
...
I would think this works because impl is the parent project of the API, but it still fails.
No... both myfaces-impl and myfaces-api have the same parent: <parent> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-core-project</artifactId> <version>1.1.4-SNAPSHOT</version> </parent> Put the plugin config in jsf12/pom.xml and it should work. The other two issues I see in svn are: * a missing opening curly brace at the end of 87 of UIComponent.java * a missing dependency for javax.el HTH, -- Wendy
