So this 'may' be just an issue of working with multi-module projects. Usually the first thing you should do with a 'new' version is run 'mvn install' on the root of the project. Let me know if that does/doesn't work.

I have a feeling some more developer docs are going to be needed :)

-Eric

Jen Bourey wrote:
Hi,

When I attempt to build the current uportal trunk (mvn compile), I get the error below. Is there something I might have misconfigured, or is there a missing dependency?

Thanks,

- Jen


Missing:
----------
1) org.jasig.portal.portlets-overlay:FunctionalTestsPortlet:war:3.0.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=FunctionalTestsPortlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=FunctionalTestsPortlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT
2) org.jasig.portal.portlets-overlay:FunctionalTestsPortlet:war:3.0.0-SNAPSHOT

2) org.jasig.portal.portlets-overlay:RssPortlet:war:3.0.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=RssPortlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=RssPortlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT
      2) org.jasig.portal.portlets-overlay:RssPortlet:war:3.0.0-SNAPSHOT

3) org.jasig.portal.portlets-overlay:BookmarksPortlet:war:3.0.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=BookmarksPortlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=BookmarksPortlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT
2) org.jasig.portal.portlets-overlay:BookmarksPortlet:war:3.0.0-SNAPSHOT

4) org.jasig.portal.portlets-overlay:googleportlet:war:3.0.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=googleportlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jasig.portal.portlets-overlay -DartifactId=googleportlet \
          -Dversion=3.0.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT
2) org.jasig.portal.portlets-overlay:googleportlet:war:3.0.0-SNAPSHOT

----------
4 required artifacts are missing.

for artifact:
  org.jasig.portal:uportal-ear:ear:3.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
pluto-staging (http://people.apache.org/builds/portals-pluto/m2-staging-repository/),
  jasig-repository (http://developer.ja-sig.org/maven2),
  jasig-snapshot (http://developer.ja-sig.org/maven2-snapshot),
  Codehaus Snapshots (http://snapshots.repository.codehaus.org/)

--
You are currently subscribed to [email protected] as: [EMAIL 
PROTECTED]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to