Hi Wendy,

"mvn clean install" gives me a "-source 1.5" message.  I tried placing the 
following under project/build/pugins for impl .

       <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
                <source>1.5</source>
                <target>1.5</target>
            </configuration>
         </plugin> 

I would think this works because impl is the parent project of the API, but it 
still fails.  Do you know how to fix this?  

Dennis Byrne

>-----Original Message-----
>From: Wendy Smoak [mailto:[EMAIL PROTECTED]
>Sent: Saturday, June 3, 2006 12:30 AM
>To: 'MyFaces Development'
>Subject: Re: phantom branch
>
>On 6/2/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
>> Why don't I see the 1.2 branch?
>..
>> $svn info https://svn.apache.org/repos/asf/myfaces/jsf12tc6
>> https:\\svn.apache.org\repos\asf\myfaces\jsf12tc6:  (Not a valid URL)
>>
>
>That "branch" actually pointed to trunk due to a mixup with svn:externals.
>
>Try this one: http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/
>
> --
>Wendy
>


Reply via email to