Giter Club home page Giter Club logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
instead of overwriting the .template files this should produce .xml files with 
the
tokens being replaced.

Original comment by [email protected] on 5 Mar 2010 at 4:58

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
Interesting idea, I will experiment with this and let you know.

Original comment by [email protected] on 6 Mar 2010 at 7:18

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
I've experimented with the plugin source code and added a new property 
"outputdir". Example:

<filesToInclude>*.sql</filesToInclude>
<basedir>src/main/sql</basedir>
<outputdir>target/processedsql</outputdir>

This allows me to leave the input files unmodified and save the processed files 
into target/processedsql

Original comment by [email protected] on 1 Nov 2010 at 3:22

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
I think this enhancement would still be useful in cases where the output file 
names need some pattern specified.

Original comment by [email protected] on 27 Nov 2010 at 5:22

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024

Original comment by [email protected] on 12 Mar 2012 at 7:01

  • Changed state: Started

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
Code changes made. New paramters: inputFilePattern and outputFilePattern added. 
These must be used together to take effect.

e.g. inputFilePattern of 'test-(.+)-file' and outputFilePattern of: test-$1-new 
with a file named: test-template-file will have it's replacements written to: 
'test-template-new'.

This is currently in trunk and awaits the next release.

Original comment by [email protected] on 12 Mar 2012 at 7:23

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
[deleted comment]

from maven-replacer-plugin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 18, 2024
Just issue clean up.

Original comment by [email protected] on 17 Sep 2012 at 12:41

  • Changed state: Released
  • Added labels: 1.5.0

from maven-replacer-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.