You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use plexus annotations rather than doclet to fix javadoc with java11 (#90)
* test javadoc as part of the build
Signed-off-by: olivier lamy <olamy@apache.org>
* fix javadoc by using annotations rather than doclet format code
Signed-off-by: olivier lamy <olamy@apache.org>
* project still java7
Signed-off-by: olivier lamy <olamy@apache.org>
* java 8 needed
Signed-off-by: olivier lamy <olamy@apache.org>
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-aspectj/src/main/java/org/codehaus/plexus/compiler/ajc/AspectJCompiler.java
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-aspectj/src/main/java/org/codehaus/plexus/compiler/ajc/AspectJCompilerConfiguration.java
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,21 @@ public class AspectJCompilerConfiguration
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-csharp/src/main/java/org/codehaus/plexus/compiler/csharp/CSharpCompiler.java
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EcjFailureException.java
0 commit comments