The following snippet is part of ./wicket-parent/pom.xml
                              <resource>
                                <filtering>false</filtering>
                                <directory>src/main/java</directory>
                                <includes>
                                        <include>**</include>
                                </includes>
                                <excludes>
                                        <exclude>**/*.java</exclude>
                                </excludes>
                        </resource>
                        <resource>
                                <filtering>false</filtering>
                                <directory>src/main/resources</directory>
                                <includes>
                                        <include>**</include>
                                </includes>
                                <excludes>
                                        <exclude>**/*.java</exclude>
                                </excludes>
                        </resource>

This seems to be the rootcause because after removing this the problem no
longer occurs.
I would like to ask one of the maven specialists to have a look at this.
When this issue is solved I will commit the other changes I have made to the
pom.
-nilo



Martijn Dashorst wrote:
> 
> On 2/4/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>> To the point. I am not a quitter, as you can see:
> 
> Great! On the 2GB thing, how is that possible? It looks like the
> source plugin takes it one directory too high up. I'm curious if it
> added the whole j: drive.
> 
>> It took some time because there were some tiny-typo's in the pom.xml,
>> which
>> I would not have mentioned if it was  not something that a decent
>> Maven-IDE-plugin would have taken care of. I have mevenide for NetBeans,
>> but
>> there is one for Eclipse as well.
>>
>> Do I have commit access to where the phonebook app is? If so, I'll update
>> the pom.
> 
> Do you have commit access to the Wicket Stuff svn? If so, then you can
> modify the files. If not, I guess we can grant access. Especially
> when/if you are going to upgrade the groovy integration. Anyone
> object?
> 
> Martijn
> 
> -- 
> Vote for Wicket at the
> http://www.thebeststuffintheworld.com/vote_for/wicket
> Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now!
> http://wicketframework.org
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-dev--2GB-sources--tf3169499.html#a8816232
Sent from the Wicket - Dev mailing list archive at Nabble.com.

Reply via email to