Publishing license and notice files
This commit is contained in:
parent
dbfa049e1e
commit
7730e76c06
|
|
@ -11,6 +11,7 @@ project.name=Spring Framework
|
||||||
project.key=SPR
|
project.key=SPR
|
||||||
ivy.cache.dir=${basedir}/../ivy-cache
|
ivy.cache.dir=${basedir}/../ivy-cache
|
||||||
integration.repo.dir=${basedir}/../integration-repo
|
integration.repo.dir=${basedir}/../integration-repo
|
||||||
|
license.dir=${basedir}/../build-spring-framework/resources
|
||||||
javadoc.exclude.package.names=org/springframework/samples/**
|
javadoc.exclude.package.names=org/springframework/samples/**
|
||||||
javadoc.max.memory=256M
|
javadoc.max.memory=256M
|
||||||
test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
|
test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
<artifacts pattern="${jar.output.dir}/[artifact].[ext]"/>
|
<artifacts pattern="${jar.output.dir}/[artifact].[ext]"/>
|
||||||
<artifacts pattern="${source-jar.output.dir}/[artifact].[ext]"/>
|
<artifacts pattern="${source-jar.output.dir}/[artifact].[ext]"/>
|
||||||
<artifacts pattern="${ivy.output.dir}/[artifact].[ext]"/>
|
<artifacts pattern="${ivy.output.dir}/[artifact].[ext]"/>
|
||||||
|
<artifacts pattern="${license.dir}/[artifact].[ext]"/>
|
||||||
</ivy:publish>
|
</ivy:publish>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
</ivy-module>
|
</ivy-module>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}" type="library" ext="libd"/>
|
<artifact name="${ant.project.name}" type="library" ext="libd"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<publications>
|
<publications>
|
||||||
<artifact name="${ant.project.name}"/>
|
<artifact name="${ant.project.name}"/>
|
||||||
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<artifact name="${ant.project.name}" ext="pdf" type="pdf"/>
|
<artifact name="${ant.project.name}" ext="pdf" type="pdf"/>
|
||||||
<artifact name="${ant.project.name}" ext="zip" type="zip"/>
|
<artifact name="${ant.project.name}" ext="zip" type="zip"/>
|
||||||
<artifact name="${ant.project.name}-single" ext="zip" type="zip"/>
|
<artifact name="${ant.project.name}-single" ext="zip" type="zip"/>
|
||||||
|
<artifact name="license" type="license" ext="txt"/>
|
||||||
|
<artifact name="notice" type="notice" ext="txt"/>
|
||||||
</publications>
|
</publications>
|
||||||
|
|
||||||
<dependencies/>
|
<dependencies/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue