You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 4 Oct 2011 at 11:02The text was updated successfully, but these errors were encountered: