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