Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There is a task to process placeholders in ejb xml descriptors time during a compilation. For example {app.name}-Bean must become App-Bean if app.name=App. In ideal way this should be supported by m2e life cycle plugin systems, to support deploy from the Eclipse.

share|improve this question

1 Answer

up vote 1 down vote accepted

You may want to check if you can use the filtering property provided by <resources> section of the pom for this.

You can define <filters> which can get applied.

share|improve this answer
If this doesnt fit for you, try: maven-replacer-plugin – Steven Dec 1 '11 at 6:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.