mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-25 03:33:30 +00:00
Make Attributes sample use Maven's commons-attributes plugin.
This commit is contained in:
parent
9175208950
commit
e8bfa37218
8
samples/attributes/maven.xml
Normal file
8
samples/attributes/maven.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<project xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util">
|
||||||
|
|
||||||
|
<goal name="install-plugin">
|
||||||
|
<get src="http://cvs.apache.org/~leosutic/commons-attributes-plugin-2.1.jar"
|
||||||
|
dest="${maven.home}/plugins/commons-attributes-plugin-2.1.jar"/>
|
||||||
|
</goal>
|
||||||
|
|
||||||
|
</project>
|
@ -1,13 +1,10 @@
|
|||||||
# Ant properties for building the Attributes sample application.
|
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
name=attributes
|
######################################################################
|
||||||
src.dir=src
|
# Commons-Attributes
|
||||||
src.generated.dir=generated
|
######################################################################
|
||||||
lib.dir=${basedir}/../../lib
|
org.apache.commons.attributes.enable=true
|
||||||
dist.lib.dir=${basedir}/../../dist
|
org.apache.commons.attributes.index.enable=true
|
||||||
build.dir=classes
|
|
||||||
jalopy.xml=${basedir}/../../jalopy.xml
|
# Having difficulty? Try executing "maven install-plugin" from the
|
||||||
reports.dir=reports
|
# attributes directory. See the maven.xml for what this goal does.
|
||||||
test.includes=**/*TestSuite.class **/*Tests.class
|
|
||||||
test.excludes=**/Abstract*
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user