1. File->New Project
2. Choose->Maven->Maven Project
3. Maven Archetype->Click Add
4. Specify Archetype Detail
    a. group id: org.apache.tapestry
    b. artifact id: quickstart
    c. version: 5.2.2
    d. repository: http://repo1.maven.org/maven2
5. Select your created Archetype->Next
6. Project Name->Finish.
7. Wait for the Application to be created. (Processing Archetype)

Edit your pom.xml


        <repository>
            <id>apache-snapshots</id>
            <url>http://repo1.maven.org/maven2</url>
        </repository>

        <pluginRepository>
            <id>apache-snapshots</id>
            <url>http://repo1.maven.org/maven2</url>
        </pluginRepository>

        <properties>
            <tapestry-release-version>5.2.2</tapestry-release-version>
        </properties>


Right Click Libraries then click download dependencies...

Wait for the libraries to be downloaded. ^_^

You have a working Tapestry Application... 
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-Guide-Building-T5-2-2-Application-Using-Netbeans-6-9-1-tp3251561p3251561.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to