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 b4eb076

Browse filesBrowse files
Add dependency to plexus-compiler-eclipse in ITs
ITs use plexus-compiler-eclipse so should be on dependencies list We should use in tests artifact from current build execution, not one installed in local repository
1 parent b7cc076 commit b4eb076
Copy full SHA for b4eb076

File tree

Expand file treeCollapse file tree

3 files changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+10
-1
lines changed

‎.github/workflows/maven.yml

Copy file name to clipboardExpand all lines: .github/workflows/maven.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
jdk-matrix: '["11", "17", "21"]'
3131
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
3232
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
33-
maven_args: 'install javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
33+
maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
3434

‎plexus-compiler-its/pom.xml

Copy file name to clipboardExpand all lines: plexus-compiler-its/pom.xml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<groupId>org.codehaus.plexus</groupId>
2525
<artifactId>plexus-compiler-aspectj</artifactId>
2626
</dependency>
27+
<dependency>
28+
<groupId>org.codehaus.plexus</groupId>
29+
<artifactId>plexus-compiler-eclipse</artifactId>
30+
</dependency>
2731
<dependency>
2832
<groupId>org.codehaus.plexus</groupId>
2933
<artifactId>plexus-compiler-javac</artifactId>

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
<artifactId>plexus-compiler-aspectj</artifactId>
7373
<version>${project.version}</version>
7474
</dependency>
75+
<dependency>
76+
<groupId>org.codehaus.plexus</groupId>
77+
<artifactId>plexus-compiler-eclipse</artifactId>
78+
<version>${project.version}</version>
79+
</dependency>
7580
<dependency>
7681
<groupId>org.codehaus.plexus</groupId>
7782
<artifactId>plexus-compiler-javac-errorprone</artifactId>

0 commit comments

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