Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the quickstarts independent of which Camel version they are using #989

Closed
davsclaus opened this issue Nov 24, 2015 · 8 comments
Closed
Assignees

Comments

@davsclaus
Copy link
Member

So end users are not stuck on what version that may be in the fabric8 bom.

IMHO really fabric8 bom should not have any AMQ/Camel/CXF dependency etc. But really let end user pick and chose what they want to use.

@jimmidyson
Copy link
Contributor

👍

@davsclaus davsclaus self-assigned this Nov 24, 2015
@davsclaus
Copy link
Member Author

This requires the archetype-builder to allow to put in version placeholders in the generate archetypes

@davsclaus
Copy link
Member Author

Almost though I got it covered then the generated mvn archetype may have a name clash, so the user entered version is not inserted into the generated pom.xml

@davsclaus
Copy link
Member Author

Darn in some mvn archetype hell where it wont pickup my latest changes, but it looks like the placeholders are all in place. So just trying with a trashed local m2 repo.

@davsclaus
Copy link
Member Author

Yay the maven archetype catalog is a bit of a mess to control. But with a trashed m2 I only have my local stuff now, and I was able to generate a project and specify Camel 2.16.0 instead of the default 2.16.1

 <!-- configure the versions you want to use here -->
    <camel.version>2.16.0</camel.version>
    <weld.version>2.3.1.Final</weld.version>

To generate local use

mvn archetype:generate -DarchetypeCatalog=local

davsclaus added a commit to davsclaus/fuse that referenced this issue Nov 24, 2015
davsclaus added a commit to fabric8io/fabric8 that referenced this issue Nov 24, 2015
davsclaus added a commit to davsclaus/quickstarts that referenced this issue Nov 24, 2015
davsclaus added a commit to davsclaus/quickstarts that referenced this issue Nov 24, 2015
…ake the ones that the end user can change more clear
davsclaus added a commit to davsclaus/quickstarts that referenced this issue Nov 24, 2015
…ake the ones that the end user can change more clear
davsclaus added a commit to davsclaus/quickstarts that referenced this issue Nov 24, 2015
davsclaus added a commit to davsclaus/quickstarts that referenced this issue Nov 24, 2015
davsclaus added a commit to davsclaus/quickstarts that referenced this issue Nov 24, 2015
@davsclaus
Copy link
Member Author

Next release of fabric8 has the needed change in the archetype builder that these quickstarts uses, but then we can choose our Camel / ActiveMQ / spring-boot versions and so on.

@dhirajsb
Copy link
Member

@davsclaus actually productization guideline was to put dependency versions in parent fabric8 BOM so that users don't have to specify versions explicitly. The redhat branch only needed versions for plugins, which don't inherit from imported poms, afaik.

@davsclaus
Copy link
Member Author

yes but this is upstream, we want to be free and let people chose their bits

rhuss pushed a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 7, 2015
rhuss pushed a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 7, 2015
…ake the ones that the end user can change more clear
rhuss pushed a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 7, 2015
…ake the ones that the end user can change more clear
rhuss pushed a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 7, 2015
rhuss pushed a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 7, 2015
rhuss pushed a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants