On Fri, Jul 20, 2012 at 7:28 AM, Graham Charters <[email protected]> wrote:
[snip] > Error transferring file: RSA pr > emaster secret error > [INFO] Repository 'apache.snapshots' will be blacklisted Gosh, that bit about blacklisting apache.snapshots doesn't bode well for your subsequent builds either, does it? > I was a little surprised that the versions in trunk depend on things > that aren't released and aren't built in trunk, but maybe that's the > right policy, I would have expected the versions in trunk to be > updated after the release has passed. Updating the versions in trunk after the release has passed is exactly what we do do. :) In this case it just happens that you were building while eba-maven-plugin was in the process of being released, so everything else was depending on a deployed snapshot. (We need to continue depending on 1.0.0-*, rather than moving to depend on 1.0.1-SNAPSHOT as soon as we start the release, in order to preserve the correct minimum version of imported packages.) The eba-maven-plugin release passed overnight, so I'm just about to promote the release and update dependencies. It seems to take a little while for the maven mirrors to be updated, but once that's done your build should be ok - for that bit, at least. Regards, Holly > > Emily, thanks for the suggestion. I had tried that and I can build the > individual, but it builds 1.0.1, whereas it wants to pull down > 1.0.0.xxx > > Regards, Graham. > > On 19 July 2012 23:06, Emily Jiang <[email protected]> wrote: >> I think I have seen the similiar problem complaining about >> eba-maven-plugin....jar. Can you try to cd to eba-maven-plugin and run mvn >> clean install? >> After that, build the component you choose. >> >> Hope this helps. >> Emily >> >> On Thu, Jul 19, 2012 at 1:24 PM, Graham Charters <[email protected]>wrote: >> >>> Hi, >>> >>> I'm trying to build Aries from trunk and it's complaining about the >>> following, which I think must be related to the releases that are in >>> flight.... Any suggestions on how to resolve this would be >>> appreciated >>> >>> Downloading: >>> https://repository.apache.org/content/groups/snapshots-group/org/apache/aries/eba-maven >>> -plugin/1.0.0-SNAPSHOT/eba-maven-plugin-1.0.0-20120714.033233-39.jar >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Failed to resolve artifact. >>> >>> Error transferring file: RSA premaster secret error >>> org.apache.aries:eba-maven-plugin:maven-plugin:1.0.0-20120714.033233-39 >>> >>> from the specified remote repositories: >>> codehaus.snapshots (http://snapshots.repository.codehaus.org), >>> central (http://repo1.maven.org/maven2), >>> apache.snapshots >>> (https://repository.apache.org/content/groups/snapshots-group) >>> >>> >>> Regards, Graham. >>> >> >> >> >> -- >> Thanks >> Emily >> ================= >> Emily Jiang >> [email protected]
