Add back dev profile
This commit is contained in:
parent
ee4b533539
commit
27ebb52196
3
pom.xml
3
pom.xml
|
@ -753,9 +753,10 @@
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
<!-- FIXME disable this before release -->
|
||||||
<id>development</id>
|
<id>development</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>false</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
Loading…
Reference in New Issue