What version of AppFuse and Maven are you using? I'm unable to reproduce this issue on OS X.
Matt On Tue, May 13, 2008 at 4:07 AM, emukang <[EMAIL PROTECTED]> wrote: > > I am trying to get the source code of appfuse, maven hang on when I input the > mvn appfuse:full-source. > > My os is window vista, below is the steps I did to get the source > ---------------------------------------------------------- > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-modular-jsf > -DremoteRepositories=http://static.appfuse.org/releases > -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject > > cd myproject > > mvn appfuse:full-source > ---------------------------------------------------------- > > maven is hang on in the last step, the last output messages are > --------------------------------------------------- > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] AppFuse Modular Application > [INFO] AppFuse Modular Application - Core > [INFO] AppFuse Modular Application - Web (JSF) > [INFO] Searching repository for plugin with prefix: 'appfuse'. > [INFO] > ------------------------------------------------------------------------ > [INFO] Building AppFuse Modular Application > [INFO] task-segment: [appfuse:full-source] > [INFO] > ------------------------------------------------------------------------ > [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is invalid. > It will be ignored for artifact resolution. Reason: Parse error reading POM. > Reason: TEXT must be immediately followed by EN > D_TAG and not START_TAG (position: START_TAG seen > ...<licenses>\n\t\t\t<license>... @12:13) for project org.hibernate:jtidy > at C:\Users\ning\.m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-20 > 060801.pom > [INFO] [appfuse:full-source] > [INFO] [AppFuse] Source successfully exported, modifying pom.xml... > [INFO] [AppFuse] Removing maven-warpath-plugin... > [INFO] [AppFuse] Adding dependencies from root module... > --------------------------------------------------- > > please tell me what's wrong, thank you. > -- > View this message in context: > http://www.nabble.com/mvn-appfuse%3Afull-source-does-not-work-tp17205166s2369p17205166.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]
