mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Making distribution module skippable
This commit is contained in:
parent
45da60f626
commit
5db95bf710
@ -277,7 +277,8 @@
|
||||
<excludes>
|
||||
<exclude>.idea/**</exclude>
|
||||
<exclude>copyright.txt</exclude>
|
||||
<exclude>license.txt</exclude>
|
||||
<exclude>**/license.txt</exclude>
|
||||
<exclude>**/mapstruct.xml</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
15
pom.xml
15
pom.xml
@ -41,7 +41,6 @@
|
||||
<module>core</module>
|
||||
<module>processor</module>
|
||||
<module>integrationtest</module>
|
||||
<module>distribution</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
@ -70,4 +69,18 @@
|
||||
<url>https://github.com/mapstruct/mapstruct/</url>
|
||||
</scm>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>distribution</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>skipDistribution</name>
|
||||
<value>!true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>distribution</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user