Like you did with the Atlassian archetype, I'd try starting the command with "mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create".
Matt On Tue, Jan 6, 2009 at 9:54 PM, sundaravel <[email protected]> wrote: > > Thanks Ice-Man, > > I got the information from QuickStart guide the web application projects > will be created in my local using Maven command. > > To create a JSF basic project, I have used the following code, > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-basic-jsf > -DremoteRepositories=http://static.appfuse.org/releases > -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject > > from Quick Start guide, > > I got the following error, > > C:\Documents and Settings\Administrator>mvn archetype:create > -DarchetypeGroupId= > org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-jsf > -DremoteRepositor > ies=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 > -DgroupId=com.my > company.app -DartifactId=myproject > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'archetype'. > [INFO] org.apache.maven.plugins: checking for updates from atlassian-public > [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be > retri > eved from repository: atlassian-public due to an error: Error transferring > file > [INFO] Repository 'atlassian-public' will be blacklisted > [INFO] artifact org.apache.maven.plugins:maven-archetype-plugin: checking > for up > dates from central > [WARNING] repository metadata for: 'artifact > org.apache.maven.plugins:maven-arch > etype-plugin' could not be retrieved from repository: central due to an > error: E > rror transferring file > [INFO] Repository 'central' will be blacklisted > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not > exi > st or no valid version could be found > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1 second > [INFO] Finished at: Tue Jan 06 18:25:53 IST 2009 > [INFO] Final Memory: 1M/4M > [INFO] > ------------------------------------------------------------------------ > > C:\Documents and Settings\Administrator> > > Already I have used Confluence for Plugin development. > > To create a Confluence Plugin project, in the same command prompt, i have > executed the following code, > > mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create > -DarchetypeGroupId=com.atlassian.maven.archetypes > -DarchetypeArtifactId=confluence-plugin-archetype -DarchetypeVersion=12 > -DremoteRepositories=https://maven.atlassian.com/repository/public/ > -DgroupId=com.ibm.in.sne.confluence.plugins.demo -DartifactId=Demo-Macro > > New Demo-Macro project is created. > > Guide me, what is the error with my previous comand. > How i will create a AppFuse JSF basic project. > > Thanks > Sundaravel N > > > sundaravel wrote: >> >> Hi, i have tried to get the source code [Java and Jsp ] files of AppFuse, >> >> I have followed the documentation which is mentioned in the site, >> >> I have downloaded the CollabNet Subversion server, >> after I have used the following command from my location, >> svn checkout https://appfuse.dev.java.net/svn/appfuse/trunk appfuse >> >> I am not able to downloaded the Source code of the AppFuse, >> let me know how i get the source code, >> >> Thanks >> Sundaravel N >> > > -- > View this message in context: > http://www.nabble.com/I-am-not-able-to-get-the-Source-code-of-AppFuse-tp21215976s2369p21324913.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
