Skip to content

Commit 244d489

Browse files
committed
scm element and .gitignore.
1 parent e4f839e commit 244d489

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313

1414
<name>Plexus Interactivity Handler Component</name>
1515

16-
<modules>
16+
<scm>
17+
<connection>scn:git:[email protected]:sonatype/plexus-interactivity.git</connection>
18+
<developerConnection>scn:git:[email protected]:sonatype/plexus-interactivity.git</developerConnection>
19+
</scm>
20+
21+
<modules>
1722
<module>plexus-interactivity-api</module>
1823
<module>plexus-interactivity-jline</module>
1924
</modules>

0 commit comments

Comments
 (0)