Skip to content

Commit

Permalink
upload sources (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhirakawa authored Aug 1, 2022
1 parent e3042b8 commit bea25df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1306,5 +1306,21 @@
</plugins>
</build>
</profile>
<profile>
<id>blazar-sources</id>
<activation>
<property>
<name>env.BLAZAR_COORDINATES</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit bea25df

Please sign in to comment.