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

'RELEASE'. @ line 36, column 18 of pom.xml apparently not kosher #173

Open
GoogleCodeExporter opened this issue Sep 22, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. svn checkout http://jsyntaxpane.googlecode.com/svn/branches/r095/
2. attempt to build the project
3. cry

What is the expected output? What do you see instead?

I though I would build/compile the source code. I got these error messages 
instead as a reply:
[ERROR]The build could not read 1 project -> [Help 1]
[ERROR]  
[ERROR]  The project jsyntaxpane:jsyntaxpane:0.9.6 
(/Users/chaselby/dev/java/r095/jsyntaxpane/pom.xml) has 1 error
[ERROR]    'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin must be a valid version but is 
'RELEASE'. @ line 36, column 18
[ERROR]
[ERROR]To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR]Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR]For more information about the errors and possible solutions, please 
read the following articles:
[ERROR][Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException


What version of the product are you using? On what operating system?

...whatever is in the r095 folder of subversion. I was building on OSX 10.6.7, 
NetBeans 6.9.1, JDK 1.6


Please provide any additional information below.

deleting that 'RELEASE' and tags that go with it @ line 36, column 18 of 
pom.xml makes it possible to proceed.
According to NetBean's hint "Shall not use RELEASE/LATEST/SNAPSHOT version, it 
makes the build eventually irreproducible in the future.   Overrides version 
defines in PluginManagment. The managed version is 2.0.2."


Original issue reported on code.google.com by [email protected] on 4 Apr 2011 at 6:36

@GoogleCodeExporter
Copy link
Author

This is weird.  I did not face the issue on Windows, NB 6.9, JDK 1.6.  I did 
not see where in the NetBeans GUI that can changed.

Original comment by [email protected] on 7 Apr 2011 at 6:38

@GoogleCodeExporter
Copy link
Author

Had to do the same thing to build it on my machine (OSX Snow Leopard using 
Homebrew's maven):

http://pastebin.com/UTPkX5bT

Original comment by [email protected] on 28 May 2011 at 2:24

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