mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
Adds l2jserver2-tools as a module
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.l2jserver</groupId>
|
||||
<artifactId>l2jserver2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>l2jserver2-tools</artifactId>
|
||||
@@ -17,12 +17,12 @@
|
||||
<dependency>
|
||||
<groupId>com.l2jserver</groupId>
|
||||
<artifactId>l2jserver2-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.l2jserver</groupId>
|
||||
<artifactId>l2jserver2-gameserver</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
4
pom.xml
4
pom.xml
@@ -38,6 +38,7 @@
|
||||
<module>l2jserver2-common</module>
|
||||
<module>l2jserver2-gameserver</module>
|
||||
<module>l2jserver2-loginserver</module>
|
||||
<module>l2jserver2-tools</module>
|
||||
</modules>
|
||||
|
||||
<issueManagement>
|
||||
@@ -79,9 +80,6 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<configuration>
|
||||
<preparationGoals>package</preparationGoals>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user