Skip to content

Commit

Permalink
Do not define local repo for Maven dependencies for maven-invoker-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asomov authored and ledoyen committed Jan 25, 2020
1 parent d15708a commit 5e8dc66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Better, provide some code, inlined in the issue or in a dedicated repository sho

### Suggesting a new Feature
The sole purpose of this project is to ease the life of Java-ish (understand, any language on the JVM) developpers working with RabbitMQ.
So start to explain how this feature will improve the developper experience (reducing boiler-code, speeding-up feedback loop, etc.).
So start to explain how this feature will improve the developer experience (reducing boiler-code, speeding-up feedback loop, etc.).
If there is a new API involved, please submit your idea about it, whatever language (JVM based maybe ?).

### Pull Requests
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
<configuration>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<localRepositoryPath>target/local-repo</localRepositoryPath>
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
</pomIncludes>
Expand Down

0 comments on commit 5e8dc66

Please sign in to comment.