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

Error in readme file about pom file #4

Open
motatoes opened this issue Nov 17, 2016 · 0 comments
Open

Error in readme file about pom file #4

motatoes opened this issue Nov 17, 2016 · 0 comments

Comments

@motatoes
Copy link

In the pom file including the following did not work for me

<repositories>
	<repository>
		<id>mvn-nemp-ftp</id>
		<name>Nemp's Maven Repository</name>
		<url>http://mvn.neemre.com/</url>
	</repository>
</respositories>

I had to change repositories to distributionManagement for it to work for me in eclipse:

<distributionManagement>
	<repository>
		<id>mvn-nemp-ftp</id>
		<name>Nemp's Maven Repository</name>
		<url>http://mvn.neemre.com/</url>
	</repository>
</distributionManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant