[comixed-dev] Developing the Front End.

  • From: "Guy Incognito" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "bareheiny" for DMARC)
  • To: "comixed-dev@xxxxxxxxxxxxx" <comixed-dev@xxxxxxxxxxxxx>
  • Date: Mon, 16 Mar 2020 13:52:48 +1300

Well, trying to develop the front end.

I’m following the instructions on the Github page, so have a JDK, NodeJS and 
Maven installed, can get the front end started (yarn start) – but cannot get 
the comixed-app module running.

Following the instructions, I navigate to \comixed\comixed-app and run “mvn 
spring-boot:run -DskipTests”, and get the following error:

[ERROR] Failed to execute goal on project comixed-app: Could not resolve 
dependencies for project org.comixed:comixed-app:jar:0.6.0-0: The following 
artifacts could not be resolved: org.comixed:comixed-library:jar:0.6.0-0, 
org.comixed:comixed-frontend:jar:0.6.0-0, 
org.comixed:comixed-rest-api:jar:0.6.0-0: Failure to find 
org.comixed:comixed-library:jar:0.6.0-0 in https://repo.maven.apache.org/maven2 ;
was cached in the local repository, resolution will not be reattempted until 
the update interval of central has elapsed or updates are forced


Anything you can think of that could be causing this?


Note I follow the order, so first try to get the comixed-app module running – I 
tried the front end later to see if that would actually work.

Other related posts: