Skip to content

Commit eb80cbb

Browse files
committed
menacher#52 added release plugin to nadclient pom and configured correct path of
pom.xml
1 parent a3093b6 commit eb80cbb

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

nadclient/pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,24 @@
109109
<artifactId>maven-surefire-plugin</artifactId>
110110
<version>2.15</version>
111111
</plugin>
112-
112+
113+
<plugin>
114+
<groupId>org.apache.maven.plugins</groupId>
115+
<artifactId>maven-release-plugin</artifactId>
116+
<version>2.4.1</version>
117+
<executions>
118+
<execution>
119+
<id>default</id>
120+
<goals>
121+
<goal>perform</goal>
122+
</goals>
123+
<configuration>
124+
<pomFileName>C:/Users/aby/Documents/GitHub/java-game-server/nadclient/target/checkout/nadclient/pom.xml</pomFileName>
125+
</configuration>
126+
</execution>
127+
</executions>
128+
</plugin>
129+
113130
</plugins>
114131
</build>
115132

0 commit comments

Comments
 (0)