Giter VIP home page Giter VIP logo

Comments (5)

davenice avatar davenice commented on May 26, 2024

When we implement this, it would be great to address review comment on #120 - if we did this we could revert the URLs in the pom to https://yourcicsurl.9080 and then override with a user property in the invoker plugin.

from cics-bundle-maven.

davenice avatar davenice commented on May 26, 2024

can we go with:
cicsbundle.username
cicsbundle.password
cicsbundle.url
cicsbundle.insecure
cicsbundle.bunddef
cicsbundle.region
cicsbundle.cicsplex
cicsbundle.csdgroup
cicsbundle.classifier
cicsbundle.bundle

?

from cics-bundle-maven.

davenice avatar davenice commented on May 26, 2024

@stewartfrancis @sophiegreen @ind1go please - keen to get this done.

from cics-bundle-maven.

davenice avatar davenice commented on May 26, 2024

Also I don't think I can address the review comment on #120 here because although the user property for cicsbundle.url works, it will not override the url specified in the pom (you'd have to use a variable to achieve this, I think).

from cics-bundle-maven.

davenice avatar davenice commented on May 26, 2024

by implementing these variables, i was able to deploy my bundle without having any of the deployment config in my pom.xml, like this:

**mvn clean install com.ibm.cics:cics-bundle-maven-plugin:0.0.2-SNAPSHOT:deploy -Dcicsbundle.url=https://myhost:28951 -Dcicsbundle.username=USER -Dcicsbundle.password=PASS -Dcicsbundle.bunddef=DNDEMO2 -Dcicsbundle.csdgroup=DEMO -Dcicsbundle.cicsplex=CICSPLX -Dcicsbundle.region=IYCWEMW2 -Dcicsbundle.bundle=/Users/mydir/Documents/development/cics-bundle-demo/dn-demo-war/target/dn-demo-war-0.0.1-SNAPSHOT-cics-bundle.zip -Dcicsbundle.insecure=true

I haven't yet worked out if I can make use of the <dependency> tag - I don't think I can, have to specify the bundle path. However it's interesting that we can do this.

from cics-bundle-maven.

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.