Giter Club home page Giter Club logo

Comments (5)

jeffgbutler avatar jeffgbutler commented on June 30, 2024

Well this is a tricky one. You are correct that the system properties are not included in the project properties. I think the best way to fix this is to create a consolidated properties object that adds the system properties to the project properties. This means that if a system property has the same name as a project property, the system property will override the project property. I believe is what the normal intention would be.

from generator.

psacc avatar psacc commented on June 30, 2024

I'm not that into maven to know if there's a proper maven api to achieve this, but I can manage to use the java api to access the system properties and propose a fix.

I need some guidance on how to properly write a test for this scenario so that the fix can be tested.

from generator.

jeffgbutler avatar jeffgbutler commented on June 30, 2024

I think I want to make a change in the base generator code to deal with this. There are actually three sets of properties: the Maven (or Ant) properties, the properties loaded from the configuration element, and then the system properties. There should be some kind of hierarchy for deciding which one wins if there is a name collision. I think this priority makes sense:

  1. System Properties
  2. properties
  3. Maven or Ant properties

Meaning that system properties will always win if there is a collision.

BTW - I've spent some time with the Maven plugin test harness and it's a lot of work for not much payback. If I make the change in the base generator code it will be easier to write some tests.

from generator.

psacc avatar psacc commented on June 30, 2024

Ok, great, the order you propose definitely makes sense to me.
Let me know if I can help in some way.
Thanks

from generator.

jeffgbutler avatar jeffgbutler commented on June 30, 2024

I did some manual testing for this and I believe I have it correct. Let me know if there is any issue for you in your environment.

from generator.

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.