Skip to content

Instantly share code, notes, and snippets.

View vvakame's full-sized avatar
💭
❤️ 🐈

Masahiro Wakame vvakame

💭
❤️ 🐈
View GitHub Profile
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<includes>
<include>all-your-source-are-belong-to-us</include>
</includes>
</configuration>
<executions>
<execution>
<id>with-apt</id>
<settings>
<profiles>
<profile>
<id>sign</id>
<properties>
<keystore>./test.keystore</keystore>
<storepass>hogehoge</storepass>
<keypass>hogehoge</keypass>
<alias>test</alias>
</properties>