mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Provide Maven based distribution packaging
This commit is contained in:
parent
188448e885
commit
08c9939c48
7 changed files with 187 additions and 99 deletions
17
pom.xml
17
pom.xml
|
|
@ -57,18 +57,6 @@
|
|||
<module>dist</module>
|
||||
</modules>
|
||||
|
||||
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>full-distribution</id>
|
||||
|
||||
</profile>
|
||||
<profile>
|
||||
<id>standalone</id>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
@ -79,9 +67,10 @@
|
|||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
<scm>
|
||||
<connection>https://github.com/itplr-kosit/validationtool.git</connection>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue