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

JBIDE-23285 Unify runtimes download #1704

Closed

Conversation

mmalina
Copy link
Member

@mmalina mmalina commented Dec 13, 2016

The property files will be handled in tests/pom.xml directly.
projects-download.properties will be loaded automatically and
you can use all the properties in your pom.
products-download.properties is provided as an empty file.
If your tests require products, either replace this file with your
own, or specify your own file when calling maven:
-Dproduct-download-properties-file=MY_FILE

@mmalina
Copy link
Member Author

mmalina commented Dec 13, 2016

For now this PR only modifies AS tests and runtime tests a little bit - I need to talk to Radim about runtime tests. Others can be modified later or also as part of this PR, we can discuss that.

@@ -213,6 +252,11 @@
<skip>${skipTests}</skip>
</configuration>
</plugin>
<!-- <plugin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove this commented plugin, right ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right, I somehow missed this. fixed.

The property files will be handled in tests/pom.xml directly.
projects-download.properties will be loaded automatically and
you can use all the properties in your pom.
products-download.properties is provided as an empty file.
If your tests require products, either replace this file with your
own, or specify your own file when calling maven:
-Dproduct-download-properties-file=MY_FILE
@robstryker
Copy link
Member

I think this PR doesn't necessarily work with teh PR's i've proposed.

@psrna psrna closed this Mar 7, 2017
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

Successfully merging this pull request may close these issues.

None yet

4 participants