I have got the latest code from SVN. My build fails with following error
trace:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1)
org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.specs-DartifactId
geronimo-j2ee-management_1.1_spec \
-Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.geronimo.modules:geronimo-management:jar:2.0-SNAPSHOT
2)
org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0-
NAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.geronimo.modules:geronimo-management:jar:2.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus (http://repository.codehaus.org),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshots (http://snapshots.repository.codehaus.org)
On 12/6/06, Paul McMahan <[EMAIL PROTECTED]> wrote:
That will be sweet!!
On 12/6/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
> FYI... soon we will have our automated build system deploying
> nightly, as well as on demand.
>
> This will help reduce issues caused by deployment w/bad umasks and a
> few other issues (like accidentally using the wrong jdk,
> accidentially deploying uncommitted changes, etc).
>
> --jason