Yet the docs say "This will print out a pom with dependencies for
the project. Copy/paste the dependencies into the POM".
Assuming the pom.xml is correct "mvn clean install" isn't working:
C:\dev\workspace\org.eclipse.core.variables>mvn clean install
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building Unnamed -
org.eclipse:org.eclipse.core.variables:osgi-bundle:1.0-SNAPSHOT
[INFO] task-segment: [clean,
install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
C:\dev\workspace\org.eclipse.core.variables\target
[INFO] Deleting directory
C:\dev\workspace\org.eclipse.core.variables\target\classes
[INFO] Deleting directory
C:\dev\workspace\org.eclipse.core.variables\target\test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy
filtered resources.
[INFO] [osgi-compiler:compile]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Could not find system artifact!
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven
with
the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Sat Mar 17 22:53:24
GMT
2007
[INFO] Final Memory: 4M/8M
[INFO]
------------------------------------------------------------------------