$ svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles tiles $ cd tiles $ mvn install
Maven 2 Snapshots are available here: http://cvs.apache.org/maven-snapshot-repository/org/apache/tiles/tiles-core/
/svn $ svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles tiles
/svn $ cd tiles
/svn/tiles $ maven jar:install
Alternately,
Maven 1 snapshots are available here: http://cvs.apache.org/repository/tiles/
$ mvn deploy:deploy-file -Dfile=target/tiles-core-0.2-SNAPSHOT.jar -DpomFile=pom.xml -DrepositoryId=apache-snapshot -Durl=scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository
Rather than attempt to get the artifact plugin to cooperate, just build it locally and scp it up:
scp target/tiles-core-0.2-SNAPSHOT.jar people.apache.org:/www/cvs.apache.org/repository/tiles/jars/
The script being used to build and deploy the snapshots is here: /Script