carmelowoodgett / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

build fails when configuration is missing #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in a multi-module project only give a configuration for a child module
2. call the replace goal on the parent.pom level: mvn 
com.google.code.maven-replacer-plugin:maven-replacer-plugin:replace

What is the expected output? What do you see instead?
- modules without configuration should not lead to failed builds
- modules without configuration should print a warning

What version of the product are you using?
- 1.4.0-SNAPSHOT

Please provide any additional information below.
-

Original issue reported on code.google.com by larsmart...@googlemail.com on 24 Nov 2011 at 11:37

GoogleCodeExporter commented 8 years ago
Good idea. In the meantime, perhaps you could try setting a configuration in 
the parent pom with just <ignoreErrors>true</ignoreErrors>.

Let me know how you go,

Steven

Original comment by baker.st...@gmail.com on 24 Nov 2011 at 11:13

GoogleCodeExporter commented 8 years ago
Issue 77 should cover this.

Original comment by baker.st...@gmail.com on 4 Nov 2012 at 9:25