History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19959
Type: Bug Bug
Status: Open Open
Assignee: Anton Makeev
Reporter: Jonas Bergvall
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

IDEA reporting Maven plug-in configs with XML attributes as errors

Created: 07 Oct 08 13:34   Updated: 07 Oct 08 14:26
Component/s: Maven Integration

Environment: Win XP

Build: 8,858
Severity: Low


 Description  « Hide
I have a pom with a jetty plug-in (6.1.7) config like this:
<configuration>
  <scanIntervalSeconds>10</scanIntervalSeconds>
  <contextPath>/wrap</contextPath>
  <requestLog implementation="org.mortbay.jetty.NCSARequestLog">
    <filename>target/request.log</filename>
    <retainDays>90</retainDays>
    <append>true</append>
    <extended>false</extended>
    <logTimeZone>GMT</logTimeZone>
  </requestLog>
</configuration>

IDEA marks the immplementation attribute of the requestLog tag as an error, which is wrong. This works in 7.0.4. Now I have to comment this element out.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.