Browse Source

Add back dev profile

pull/9/head
Dave Syer 13 years ago
parent
commit
27ebb52196
  1. 3
      pom.xml

3
pom.xml

@ -753,9 +753,10 @@ @@ -753,9 +753,10 @@
</distributionManagement>
</profile>
<profile>
<!-- FIXME disable this before release -->
<id>development</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>

Loading…
Cancel
Save