You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by reuben firmin <re...@benetech.org> on 2007/10/17 19:01:25 UTC

release:perform failing due to missing project artifact

Hello,

I'm confused by a release:perform failure. I ran mvn deploy ; mvn
release:prepare ; mvn release:peform. The perform failed with the error:

    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) benetech:benetech-core:jar:1.1.1

benetech-core is a sub-module; from my super pom:

        <modules>
                <module>benetech-core</module>
                <module>bookshare-core</module>
                <module>bookshare-core-web</module>
                <module>bookshare-web</module>
        </modules>

When I ran the deploy, the project was on version 1.1.1-SNAPSHOT, and that
version is fully built out in both my local repository and my org-local
repository:

-rw-r--r-- 1 reuben reuben 225423 2007-10-17 07:29
benetech-core-1.1.1-20071017.142840-1.jar
... [many files]
-rw-r--r-- 1 reuben reuben    309 2007-10-17 09:00 maven-metadata-local.xml

However, my local repository only contains a pom.xml for version
1.1.1(created, presumably, by the release:prepare step), and the
org-local
repository doesn't contain 1.1.1 at all (as would be expected, because, as
above, the version when the deploy was run was 1.1.1-SNAPSHOT).

So, am I missing a step in the deploy / release process?

Thanks
Reuben

Re: release:perform failing due to missing project artifact

Posted by Antonio Petrelli <an...@gmail.com>.
2007/10/17, reuben firmin <re...@benetech.org>:
> Hello,
>
> I'm confused by a release:perform failure. I ran mvn deploy ; mvn
> release:prepare ; mvn release:peform. The perform failed with the error:
>
>     [INFO] Failed to resolve artifact.
>
>     Missing:
>     ----------
>     1) benetech:benetech-core:jar:1.1.1

At which goal does your build fail?

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org