Discussion:
Appfuse failed to get full-source
Wayan Saryada
2014-05-02 05:04:44 UTC
Permalink
Hello,



I am trying to run the appfuse:full-source plugin but get the following
error instead:



[ERROR] Failed to execute goal
org.appfuse.plugins:appfuse-maven-plugin:3.0.0:full-source (default-cli) on
project web: Execution default-cli of goal
org.appfuse.plugins:appfuse-maven-plugin:3.0.0:full-source failed: Can't get
https://raw.github.com/appfuse/appfuse/APPFUSE_3.0.0//pom.xml
<https://raw.github.com/appfuse/appfuse/APPFUSE_3.0.0/pom.xml>



I notice that the url to the pom.xml in the error message above has two
slashes before the pom.xml. Could this cause the error?



Thanks,

Wayan Saryada
Matt Raible
2014-05-02 14:45:43 UTC
Permalink
If I click on your link, it redirects to the following:

https://raw.githubusercontent.com/appfuse/appfuse/APPFUSE_3.0.0/pom.xml

It looks like this is caused by a change in GitHub's API:

https://developer.github.com/changes/2014-04-25-user-content-security/

The redirect does appear to be working, but the double slash is what's
causing the problem. I've entered an issue for this and committed a fix.

http://issues.appfuse.org/browse/APF-1423

I've deployed an updated AppFuse Maven Plugin (version 3.0.1-SNAPSHOT) to
the snapshot repo. You should be able to create a new project using this
version and everything will work.
Post by Wayan Saryada
Hello,
I am trying to run the appfuse:full-source plugin but get the following
[ERROR] Failed to execute goal
org.appfuse.plugins:appfuse-maven-plugin:3.0.0:full-source (default-cli) on
project web: Execution default-cli of goal
org.appfuse.plugins:appfuse-maven-plugin:3.0.0:full-source failed: Can't
get https://raw.github.com/appfuse/appfuse/APPFUSE_3.0.0//pom.xml<https://raw.github.com/appfuse/appfuse/APPFUSE_3.0.0/pom.xml>
I notice that the url to the pom.xml in the error message above has two
slashes before the pom.xml. Could this cause the error?
Thanks,
Wayan Saryada
Loading...