Paul MERLIN-2 wrote:
> 
> Here is a working project.
> 
> mvn compile exec:java
> 
Hi Paul! Thanks for the files and advice. Can you see what went wrong from
the compile errors below?

[INFO] Failed to resolve artifact.

Missing:
----------
1) org.swinglabs:wizard:jar:0.998.1-STREAMFLOW

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.swinglabs -DartifactId=wizard
-Dversion=0.998.1-STREAMFLOW -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there: 
      mvn deploy:deploy-file -DgroupId=org.swinglabs -DartifactId=wizard
-Dversion=0.998.1-STREAMFLOW -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) com.mycompany:play-with-streamflow:jar:1.0-SNAPSHOT
        2) org.swinglabs:wizard:jar:0.998.1-STREAMFLOW

----------
1 required artifact is missing.

for artifact: 
  com.mycompany:play-with-streamflow:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  streamflow-releases
(http://waybuild.gotdns.com/nexus/content/repositories/releases/),
  streamflow-snapshots
(http://waybuild.gotdns.com/nexus/content/repositories/snapshots/)


-----
--
Marc Grue
Musician and developer
Sweden
-- 
View this message in context: 
http://old.nabble.com/StreamFlow-code-tp27618391p27743470.html
Sent from the Qi4j-dev mailing list archive at Nabble.com.


_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to