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 e4f839e commit 244d489Copy full SHA for 244d489
.gitignore
@@ -0,0 +1 @@
1
+target
pom.xml
@@ -13,7 +13,12 @@
13
14
<name>Plexus Interactivity Handler Component</name>
15
16
- <modules>
+ <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>
22
<module>plexus-interactivity-api</module>
23
<module>plexus-interactivity-jline</module>
24
</modules>
0 commit comments