You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the mvn clean install and it downloads a bunch of things from maven.apache.org (or correctly dumps them in my .m2 directory it appears) but then it bombs with:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.764 s
[INFO] Finished at: 2015-03-02T08:04:31-05:00
[INFO] Final Memory: 11M/121M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project CFLint: Could not resolve dependencies
for project com.cflint:CFLint:jar:0.1.9: Failed to collect dependencies at com.
cfparser:cfml.parsing:jar:1.0.0: Failed to read artifact descriptor for com.cfpa
rser:cfml.parsing:jar:1.0.0: Could not find artifact com.cfparser:cfparser:pom:1
.0.0 in cfparser (https://raw.github.com/cfparser/cfparser/mvn-repo/) -> [Help 1
]
Had a bit more time this AM and actually RTFM and noticed the link to the JAR file. Might be worth adding a note on the "How do I install this tool" page that you don't need to build it from source - a pre-compiled JAR is available to download....
Trying to install on Windows...
I've downloaded Maven and have it in C:\maven\bin
I ran the mvn clean install and it downloads a bunch of things from maven.apache.org (or correctly dumps them in my .m2 directory it appears) but then it bombs with:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.764 s
[INFO] Finished at: 2015-03-02T08:04:31-05:00
[INFO] Final Memory: 11M/121M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project CFLint: Could not resolve dependencies
for project com.cflint:CFLint:jar:0.1.9: Failed to collect dependencies at com.
cfparser:cfml.parsing:jar:1.0.0: Failed to read artifact descriptor for com.cfpa
rser:cfml.parsing:jar:1.0.0: Could not find artifact com.cfparser:cfparser:pom:1
.0.0 in cfparser (https://raw.github.com/cfparser/cfparser/mvn-repo/) -> [Help 1
]
And this doesn't seem to exist:
https://raw.github.com/cfparser/cfparser/mvn-repo/
Am I doing something stupid or has something moved? :)
Thanks!
Jim
The text was updated successfully, but these errors were encountered: