Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven dependency is not valid( #3

Open
GoogleCodeExporter opened this issue Dec 29, 2015 · 4 comments
Open

maven dependency is not valid( #3

GoogleCodeExporter opened this issue Dec 29, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

i use a maven plugin for intellij idea and it says it can not resolve the 
dependency, which i wrote like this:

<dependency>
    <groupId>nl.flotsam</groupId>
    <artifactId>xeger</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

is the dependency correct? is it supposed to be working?
i did not try the maven from the command line, but i don't think this is the 
problem, cause the plugin works perfectly fine.

Original issue reported on code.google.com by [email protected] on 4 Oct 2011 at 11:02

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

intelli/j will attempt to get from repository in background - but as of 
7/25/2012 I could not find xeger in any public repository. Until it is 
deployed, users simply need to install it locally using mvn 
install:install-file (or if they have their own shared repo 'mvn 
deploy:deploy-file'). 

Original comment by [email protected] on 25 Jul 2012 at 4:52

@GoogleCodeExporter
Copy link
Author

Can this project be published in Maven central?

Original comment by [email protected] on 1 May 2015 at 12:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant