Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9dff918

Browse filesBrowse files
tomaswolfslachiewicz
authored andcommitted
Issue #166: Fix maven dependencies
plexus-compiler-eclipse 2.9.0 depends on plexus-compiler-api 2.9.0 or newer since it makes use of CompilerConfiguration.getWarnings(). Declare the dependency to match the API the plug-in is actually built against, ensuring that maven-compiler-plugin will also pull in the correct API version when people use plexus-compiler-eclipse.
1 parent 28ba022 commit 9dff918
Copy full SHA for 9dff918

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
  • plexus-compilers/plexus-compiler-eclipse
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎plexus-compilers/plexus-compiler-eclipse/pom.xml

Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-eclipse/pom.xml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<description>Eclipse Compiler support for Plexus Compiler component.</description>
1515

1616
<dependencies>
17+
<dependency>
18+
<groupId>org.codehaus.plexus</groupId>
19+
<artifactId>plexus-compiler-api</artifactId>
20+
</dependency>
1721
<dependency>
1822
<groupId>org.codehaus.plexus</groupId>
1923
<artifactId>plexus-utils</artifactId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.