|
|
@@ -4,7 +4,7 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>NeoEditor</groupId>
|
|
|
+ <groupId>cn.seecoder</groupId>
|
|
|
<artifactId>NeoEditor</artifactId>
|
|
|
<version>0.0.1</version>
|
|
|
<packaging>jar</packaging>
|
|
|
@@ -118,4 +118,10 @@
|
|
|
</resource>
|
|
|
</resources>
|
|
|
</build>
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>nexus</id>
|
|
|
+ <url>${nexus.repo}</url>
|
|
|
+ </repository>
|
|
|
+ </distributionManagement>
|
|
|
</project>
|