Skip to content

Commit b69b08d

Browse files
authored
Create pom
1 parent 3eac566 commit b69b08d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<plugin>
2+
<groupId>org.apache.maven.plugins</groupId>
3+
<artifactId>maven-release-plugin</artifactId>
4+
<version>1.0.0</version>
5+
<executions>
6+
<execution>
7+
<id>default</id>
8+
<goals>
9+
<goal>perform</goal>
10+
</goals>
11+
<configuration>
12+
<pomFileName>skill/pom.xml</pomFileName>
13+
</configuration>
14+
</execution>
15+
</executions>
16+
</plugin>

0 commit comments

Comments
 (0)