于 2010-12-9 9:13, Matt Raible 写道:
What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:

I meet a problem that when i use mvn site to generate the report,the log
in console below

[INFO] [dbunit:operation {execution: test}]
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
already exi
sts for the English version.
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
exists for t
he English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html"
already exi
sts for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Surefire Report" report.
[INFO] Generating "Dependencies" report.

then, it will elapse about 10 min,i don't know what's the maven doing
the final result is Build Success

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


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

hi Matt,I follow your manual,first i create a web project

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 -DgroupId=org.dbss -DartifactId=DBSync
may be the appfuse version is 2.0.2
then i want to generate the report,so i execute "mvn site"

first,the console produce

Repository 'snapshots-maven-codehaus' will be blacklisted

so i grep in my maven repository to find the key words,i find a lot of pom file have this site
such as
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
org\codehaus\mojo\mojo\7\mojo-7.pom

........

so i comment the <url>snapshots-maven-codehaus/maven2</url>

but when i execute "mvn site" again,it still hang at

[INFO] Generating "Dependencies" report





---------------------------------------------------------------------
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