We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7939a74 commit 500c049Copy full SHA for 500c049
pom.xml
@@ -223,7 +223,7 @@
223
224
<profiles>
225
<profile>
226
- <id>maven-central</id>
+ <id>sonatype-oss-release</id>
227
<build>
228
<plugins>
229
<plugin>
release.properties
@@ -0,0 +1,11 @@
1
+#release configuration
2
+#Wed Mar 06 13:23:56 CET 2013
3
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
4
+pushChanges=true
5
+scm.url=scm\:git\:git@github.com\:culturegraph/metafacture-core.git
6
+preparationGoals=clean verify
7
+remoteTagging=true
8
+scm.commentPrefix=[maven-release-plugin]
9
+exec.additionalArguments=-Psonatype-oss-release
10
+exec.snapshotReleasePluginAllowed=false
11
+completedPhase=check-poms
0 commit comments