On Thu, May 31, 2012 at 12:54 PM, Andrew Carpenter
<[email protected]> wrote:
> Hello
>    I have recently started using Maven 2 and I have tried using it to
> build a project that I have.  I got errors saying that I did not have 
> requisite
> files: Here is the error:
>
> Downloading: http://repo1.maven.org/maven2/com/concur/core/concur-
> properties/1.0-alpha-2/concur-properties-1.0-alpha-2.pom
> [INFO] Unable to find resource 'com.concur.core:concur-properties:pom:
> 1.0-alpha-2' in repository central (http://repo1.maven.org/maven2)

...(snip)...

> I do not know where to get these files.  Another coworker of mine
> got this to work, but he is not available for some time.
> Could I possible get some suggestions of how to solve this error?

You're sending email from the domain concur.com and showing us an
error that says Maven cannot find artifacts in Central named
com.concur.* and then asking **us** where you can get those files
from?

Most likely these are internal/private artifacts which someone in your
company has produced and which your current build requires as a
dependency. This means you'll need to work with other developers in
your company to get access to those artifacts for your own build.

Sounds like someone needs to install a Maven Repo Manager...

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to