On 10/31/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 10/31/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> I'll deploy new 6.0.0-SNAPSHOT jars tonight unless someone beats me to it.
Correction: I'll deploy 6.0.1-SNAPSHOT jars tonight.
This is done. The commands used to deploy the jars are below. This
requires Maven 2 to be installed, and unless you configure a private
key in settings.xml, you'll have to answer two or three password
prompts per jar.
mvn deploy:deploy-file -Dfile=output/build/lib/el-api.jar
-DgroupId=org.apache.tomcat -DartifactId=el-api
-Dversion=6.0.1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
-DrepositoryId=apache.snapshots
-Durl=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
mvn deploy:deploy-file -Dfile=output/build/lib/jasper-el.jar
-DgroupId=org.apache.tomcat -DartifactId=jasper-el
-Dversion=6.0.1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
-DrepositoryId=apache.snapshots
-Durl=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
And MyFaces 1.2 is building again. :)
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]