Skip to content

Commit

Permalink
fix: adds profile with default blog url if not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Dec 12, 2017
1 parent 6663acb commit 993bd84
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@
</plugins>
</build>

<profiles>
<profile>
<id>default-url</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>!arquillian.blog.url</name>
</property>
</activation>
<properties>
<arquillian.blog.url>http://arquillian.org</arquillian.blog.url>
</properties>
</profile>
</profiles>

<dependencyManagement>
<dependencies>
<!-- Arquillian Core dependencies -->
Expand Down

0 comments on commit 993bd84

Please sign in to comment.