Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from georgepapas/default-maven-profile
Browse files Browse the repository at this point in the history
Makes maven 'main' profile active by default
  • Loading branch information
sszuev authored May 28, 2018
2 parents 160c901 + 9965a47 commit 06716c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<profile>
<!--pure configuration - without package cc.fasttext.extra and hadoop dependencies-->
<id>main</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<resources>
<resource>
Expand Down

0 comments on commit 06716c1

Please sign in to comment.