We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5a992 commit 403ac18Copy full SHA for 403ac18
1 file changed
pom.xml
@@ -8,9 +8,12 @@
8
9
<profiles>
10
<profile>
11
- <id>Default</id>
+ <id>Jitpack</id>
12
<activation>
13
- <activeByDefault>true</activeByDefault>
+ <property>
14
+ <name>jitpack</name>
15
+ <value>true</value>
16
+ </property>
17
</activation>
18
<repositories>
19
<repository>
@@ -51,12 +54,9 @@
51
54
</profile>
52
55
53
56
- <id>Local</id>
57
+ <id>Default</id>
58
- <property>
- <name>local</name>
- <value>true</value>
59
- </property>
+ <activeByDefault>true</activeByDefault>
60
61
<build>
62
<resources>
0 commit comments