Created
December 28, 2021 23:36
-
-
Save michael-o/ba9f6dd9f9a920748fe09d1795e97029 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ git stash show --patch | |
diff --git a/core-it-support/pom.xml b/core-it-support/pom.xml | |
index 83367ed5..bda312e1 100644 | |
--- a/core-it-support/pom.xml | |
+++ b/core-it-support/pom.xml | |
@@ -43,23 +43,4 @@ under the License. | |
<module>core-it-javaagent</module> | |
</modules> | |
diff --git a/core-it-support/pom.xml b/core-it-support/pom.xml | |
index 83367ed5..bda312e1 100644 | |
--- a/core-it-support/pom.xml | |
+++ b/core-it-support/pom.xml | |
@@ -43,23 +43,4 @@ under the License. | |
<module>core-it-javaagent</module> | |
</modules> | |
- <!-- TODO this needs to be improved, right now it doesn't deploy to releases repo --> | |
- <properties> | |
- <repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl> | |
- </properties> | |
- | |
- <profiles> | |
- <profile> | |
- <id>mode-local-offline</id> | |
- <properties> | |
- <repositoryUrl>file:///tmp/mits/repository-remote</repositoryUrl> | |
- </properties> | |
- <repositories> | |
- <repository> | |
- <id>central</id> | |
- <url>${repositoryUrl}</url> | |
- </repository> | |
- </repositories> | |
- </profile> | |
- </profiles> | |
</project> | |
diff --git a/pom.xml b/pom.xml | |
index 49ecbb86..4155716b 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -25,7 +25,7 @@ under the License. | |
<parent> | |
<groupId>org.apache.maven</groupId> | |
<artifactId>maven-parent</artifactId> | |
- <version>33</version> | |
+ <version>34</version> | |
<relativePath>../pom/maven/pom.xml</relativePath> | |
</parent> | |
@@ -132,6 +132,23 @@ under the License. | |
<build> | |
<pluginManagement> | |
<plugins> | |
+ <plugin> | |
+ <groupId>org.apache.maven.plugins</groupId> | |
+ <artifactId>maven-enforcer-plugin</artifactId> | |
+ <version>3.0.0</version> | |
+ <dependencies> | |
+ <dependency> | |
+ <groupId>org.codehaus.mojo</groupId> | |
+ <artifactId>extra-enforcer-rules</artifactId> | |
+ <version>1.3</version> | |
+ </dependency> | |
+ <dependency> | |
+ <groupId>org.apache.maven.shared</groupId> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment