-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
BUG-49753 Enhancement implemented #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nised artifacts that can be pushed up to a maven repo.
… needs to be filled in.
… some jar's. Removed some target directories from sources jars that had snuck in.
Updated version to SNAPSHOT
…jmeter/build/maven/<module>
…OM so that there is only one source of truth
…se existing artifacts
…cies instead of build.properties. Now using mvn-ant-tasks to download the dependant jars.
…o different dirs to match existing ant build process.
…removed references to build.properties
Closed
asfgit
pushed a commit
that referenced
this pull request
Feb 10, 2019
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853314 13f79535-47bb-0310-9956-ffa450edef68
StorDm
pushed a commit
to etnetera/jmeter
that referenced
this pull request
Jan 7, 2021
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853314 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: b8b11d4
2 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementation of BUG-47953 added.
The POM files are only designed to build mavenised artefacts, this does not replace the existing ANT build process at all. This will create compiled jars and sources jars.
The POM files are based on the ones uploaded to BUG-47953 and tweaked a bit to get them working with 2.5.1.
Would be nice to see this added in so we can get the jMeter atrefacts added to the main maven repo.