OK. 
( More later )
-nilo

Al Maw wrote:
> 
> nilo de roock wrote:
>> 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.
> 
> 
> Aaah. Can you try replacing the <include>**</include> with 
> <include>**/*</include> and tell me if that fixes it?
> 
> Al
> 
> 

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

Reply via email to