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
Looks like the the pom.xml for the latest kc-s2sgen is referencing coeus-api-all 6.0.0.2 (which is not publicly available) - suggested to change it to "1504.2"
#66
Open
fuzzy-slippers opened this issue
Apr 27, 2015
· 0 comments
Thanks so much Jeff for that advice - using coeus-api-all 1504.2 worked for me! I wonder how you were able to figure out that version (1504.2) was available.
@lori, I did try -Dgrm.off=true but that didn't seem to change the repos for me on this one.
Thank you both for responding so quickly!
Zach
On 4/24/2015 11:55 AM, Largent, Jeff wrote:
Hi Zach,
I ran into that error as well, it looks like the coeus-s2sgen-1504.1 tag in the kc-s2sgen project is using an outdated version of coeus-api. I updated the pom.xml file in the base kc-s2sgen project to look for version 1504.2 of coeus-api-all like so:
If you build the kc-api project with the coeus-api-1504.2 tag checked out first, then the kc-s2sgen should be able to pick up that version of coeus-api from your Maven repository and build without issue.
It would be really great if someone from KualiCo could update the coeus-s2sgen-1504.1 tag to use coeus-api-all-1504.2, since everyone trying to build KC 6.0.1 will run into this issue when trying to follow the Coeus project instructions.
Thanks,
-Jeff Largent
On Apr 24, 2015, at 11:44 AM, Zach Friedman [email protected] wrote:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] coeus-s2sgen ...................................... SUCCESS [ 0.169 s]
[INFO] coeus-s2sgen-api .................................. FAILURE [ 0.046 s]
[INFO] coeus-s2sgen-impl ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.858 s
[INFO] Finished at: 2015-04-23T17:58:31-05:00
[INFO] Final Memory: 11M/164M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project coeus-s2sgen-api: Could not resolve de
pendencies for project org.kuali.coeus:coeus-s2sgen-api:jar:1504.1: Failure to f
ind org.kuali.coeus:coeus-api-all:jar:6.0.0.2 in http://nexus.kuali.org/content/
groups/public was cached in the local repository, resolution will not be reattem
pted until the update interval of kuali.nexus has elapsed or updates are forced
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
Thanks so much Jeff for that advice - using coeus-api-all 1504.2 worked for me! I wonder how you were able to figure out that version (1504.2) was available.
@lori, I did try -Dgrm.off=true but that didn't seem to change the repos for me on this one.
Thank you both for responding so quickly!
Zach
On 4/24/2015 11:55 AM, Largent, Jeff wrote:
The text was updated successfully, but these errors were encountered: