Once, again, I'm new to maven and appfuse:

I took pom.xml:

<plugin>
                <groupId>org.appfuse</groupId>
                <artifactId>maven-warpath-plugin</artifactId>
                <version>1.0-SNAPSHOT</version>
                <extensions>true</extensions>
                <executions>
                    <execution>
                        <goals>
                            <goal>add-classes</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.appfuse</groupId>
                <artifactId>appfuse-maven-plugin</artifactId>
                <version>2.0-m4-SNAPSHOT</version>

I took the bold line and I put <version>1.0-rc1-SNAPSHOT</version>
-- 
View this message in context: 
http://www.nabble.com/Unable-to-run-an-older-project-tp24442118s2369p24443348.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to