Skip to content

Commit 0c8a998

Browse files
mgeipelU-AD-DDB\geipel
authored andcommitted
added scm to pom
1 parent 5bdcd5d commit 0c8a998

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
</arguments>
1717
</buildCommand>
1818
<buildCommand>
19-
<name>org.eclipse.m2e.core.maven2Builder</name>
19+
<name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
2323
<buildCommand>
24-
<name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
24+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
2828
<buildCommand>
29-
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
29+
<name>org.eclipse.m2e.core.maven2Builder</name>
3030
<arguments>
3131
</arguments>
3232
</buildCommand>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<antlr.version>3.4</antlr.version>
3131
</properties>
3232

33+
<scm>
34+
<connection>scm:git:git://github.com/culturegraph/metafacture-core.git</connection>
35+
<developerConnection>scm:git:[email protected]:culturegraph/metafacture-core.git</developerConnection>
36+
<url>http://github.com/culturegraph/metafacture-core</url>
37+
</scm>
38+
3339
<build>
3440
<testResources>
3541
<testResource>

0 commit comments

Comments
 (0)