Issue Details (XML | Word | Printable)

Key: NBX-4
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: hantsy
Reporter: hantsy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
nbx

maven2 dependency def is incorrect

Created: 15/Dec/09 07:59 AM   Updated: 16/Dec/09 08:35 AM
Component/s: click
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment:

NetBeans 6.7.x


Tags:


 Description  « Hide

I tried click-nb-plugin on maven2 and found the error about dependency definition of click-mock.

1) make maven web artifact.
2) select Click as web-framewark .
3) got wrong dependency

I think the artifactId and version is wrong place like below.

<dependency>
<groupId>org.apache</groupId>
<artifactId>click</artifactId>
<version>click-mock</version>
</dependency>

Maybe the correct one is below.

<dependency>
<groupId>org.apache.click</groupId>
<artifactId>click</artifactId>
<version>2.1.0-RC1-incubating</version>
</dependency>

This bug is reported by TakeChin in the User FORUM.



There are no comments yet on this issue.