Hello,
I have a top level project that specifies a resource directory that I
require filtering on.

      <filters>
            <filter>src/main/filters/${label}.properties</filter>
       </filters>

           <resources>
              <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>       
              </resource>
           </resources>

Then I have (several) child projects that do NOT require filtering (and
consequently are missing the resources section in their poms).

However, the reactor build attempts to filter each project including the
child projects and errors out.

Is there a way to prevent the child project from being filtered?

I have tried:
1/ Placing a filtering = false at child pom level
2/ Excluding the child directory in the top level pom's resources config.

Neither worked.

Any suggestions?

Thanks,
Pankaj

-- 
View this message in context: 
http://www.nabble.com/Prevent-a-reactor-build-from-filtering-in-child-projects-tp22464371p22464371.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to