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

Reply via email to