Skip to content

Commit

Permalink
feat: configure use-qulice maven profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Jan 13, 2025
1 parent 5ba0ecd commit 0432a03
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>use-qulice</id>
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<license>file:${basedir}/LICENSE</license>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
Expand Down

0 comments on commit 0432a03

Please sign in to comment.