Skip to content
Snippets Groups Projects
Commit acad0bb6 authored by penghaoruo's avatar penghaoruo
Browse files

Update pom file

parent b2c50c97
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,21 @@
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>CogcompSoftware</id>
<name>CogcompSoftware</name>
<url>scp://bilbo.cs.illinois.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo</url>
</repository>
</distributionManagement>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.4</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......@@ -38,4 +52,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment