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

Paramterize atlassian.product.version #3

Open
0x6e6562 opened this issue May 9, 2009 · 1 comment
Open

Paramterize atlassian.product.version #3

0x6e6562 opened this issue May 9, 2009 · 1 comment

Comments

@0x6e6562
Copy link
Owner

0x6e6562 commented May 9, 2009

The POM contains these properties which I needed to set in order to get JIRA to run from IntelliJ:

<atlassian.product.version>3.13.4</atlassian.product.version>
<atlassian.product.test-lib.version>3.13.4</atlassian.product.test-lib.version>
<atlassian.product.data.version>3.13.4</atlassian.product.data.version>

This might be an issue for anybody running something other than 3.13.4. Maybe we should think about parameterizing this.

@paulj
Copy link
Contributor

paulj commented May 10, 2009

The concern I'd have with parameterizing this is that it potentially de-stabilizes the build. Given that this is Java, compiling against the wrong version is unlikely to be a concern - a non-compatible version of the library would also necessitate a code change.

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

2 participants