提交 44ce0dd1 编写于 作者: K kohsuke

bundling license to jars


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7111 71c3de6d-444a-0410-be80-ed276b4c234a
上级 81f4dc02
......@@ -53,6 +53,30 @@
</descriptors>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<includes>
<include>../LICENSE.txt</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
<resourceBundles>
<resourceBundle>org.jvnet.hudson:license:1.0</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jvnet.fix1600</groupId>
<artifactId>fix1600</artifactId>
......@@ -98,4 +122,12 @@
</snapshots>
</repository>
</repositories>
<licenses>
<license>
<name>The MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册