Skip to content

Commit

Permalink
Merge pull request #82 from axonivy-market/sources
Browse files Browse the repository at this point in the history
craft a sources.jar of our microsoft-oauth-feature
  • Loading branch information
ivy-rew authored Jul 5, 2023
2 parents f297da5 + 094148f commit 6a08b92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions msgraph-oauth-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
Expand All @@ -45,6 +46,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
Expand Down

0 comments on commit 6a08b92

Please sign in to comment.