I see that you made the change already. Just to clarify, I did not
replace repositories with pluginRepositories, but simply added that
section. So my pom.xml has:
<repositories>
<repository>
</repository>
</repositories>
However, since that is a plugins link, I'm thinking we don't need the
<repositories> section after all. In any case, the build errors I got
were from not being able to fetch the plugins. This wiki has a good
authoritative description of what I was seeing:
"You are using a third-party Maven plugin that is not deployed to the
central Maven repository and your POM/settings is missing the required
<pluginRepository> to download the plugin. Note that <repository>
declarations are not considered when looking for the plugin and its
dependencies, only <pluginRepositories> are searched for plugins."
https://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Adding the plugin repo solved my problem, but it would be good to
confirm that is also solves Alec's issue. Perhaps you haven't been
running into the issue because your local repository already contains
those dependencies? I'll be trying to deploy this on an AppScale
server next week. I'll build on a fresh machine and tinker with this.
I'll post back if I notice any issues. Otherwise assume this fixes
what we saw.
-Mike
On Jan 20, 2:11 pm, Jim Reardon <
j...@google.com> wrote:
> I've submitted this change after verifying with it everything still builds
> for me. But, I've never experienced this problem, so it'd be great if you
> could give it a try and see if it solves it for you.
>
> Jim
>
>
>
>
>
>
>
> On Fri, Jan 20, 2012 at 4:43 PM, Jim Reardon <
j...@google.com> wrote:
> > So changing the repositories section to pluginRepositories makes this
> > work? I can hopefully submit a patch to change this if it's a blocker for
> > most people to compile.
>
> > - Jim
>