Ok. Sorry for this two offtopics...
El lun, 18-01-2010 a las 22:17 +0100, Anders Hammar escribió: > Yes, wrong mailing list. :-) Use the m2eclipse mailing list. > > /Anders > > On Mon, Jan 18, 2010 at 19:23, Gonzalo Aguilar Delgado < > [email protected]> wrote: > > > Hi all! > > > > I have one my projects with this build configuration: > > > > pom.xml > > ----------------- > > ... > > <build> > > <finalName>crm-enterprise-hibernate-${project.version}</finalName> > > <directory>target</directory> > > <outputDirectory>target/classes</outputDirectory> > > <sourceDirectory>src/main/java</sourceDirectory> > > <testSourceDirectory>src/test/java</testSourceDirectory> > > <testOutputDirectory>target/test-classes</testOutputDirectory> > > <resources> > > <resource> > > <directory>src/main/resources</directory> > > <targetPath>target/classes</targetPath> > > <filtering>true</filtering> > > <includes> > > <include>**/*.html</include> > > </includes> > > <excludes> > > <exclude></exclude> > > </excludes> > > </resource> > > </resources> > > <filters> > > </filters> > > <plugins> > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-compiler-plugin</artifactId> > > <version>2.0.2</version> > > <configuration> > > <source>1.5</source> > > <target>1.5</target> > > </configuration> > > </plugin> > > </plugins> > > </build> > > ... > > ------------------------- > > > > When I use update project configuration in eclipse it puts an exclusion > > filter in resources that excludes everything. The actual filter is ** > > > > > > I cannot make it to not exclude everything under resources path so I > > have to modify it manually... > > > > > > Any clue on what's wrong here? > > > > > > Thank you > > > >
