Browse Source

Add link to JDK-8263924 bug ticket to POMs using maven-assembly-plugin

This is a follow-up on commit @0b182d60. I have just received
confirmation from Oracle that my issue was accepted:

https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/java16-add-opens
Alexander Kriegisch 3 years ago
parent
commit
37cd358d32
4 changed files with 12 additions and 0 deletions
  1. 3
    0
      aspectjmatcher/pom.xml
  2. 3
    0
      aspectjrt/pom.xml
  3. 3
    0
      aspectjtools/pom.xml
  4. 3
    0
      aspectjweaver/pom.xml

+ 3
- 0
aspectjmatcher/pom.xml View File

@@ -108,6 +108,9 @@
'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely
unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'.

Alexander Kriegisch created this bug ticket:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924

In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this:
File | Settings | Editor | Code Style | XML | Wrap text -> deactivate
-->

+ 3
- 0
aspectjrt/pom.xml View File

@@ -84,6 +84,9 @@
'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely
unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'.

Alexander Kriegisch created this bug ticket:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924

In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this:
File | Settings | Editor | Code Style | XML | Wrap text -> deactivate
-->

+ 3
- 0
aspectjtools/pom.xml View File

@@ -140,6 +140,9 @@
'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely
unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'.

Alexander Kriegisch created this bug ticket:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924

In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this:
File | Settings | Editor | Code Style | XML | Wrap text -> deactivate
-->

+ 3
- 0
aspectjweaver/pom.xml View File

@@ -112,6 +112,9 @@
'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely
unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'.

Alexander Kriegisch created this bug ticket:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924

In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this:
File | Settings | Editor | Code Style | XML | Wrap text -> deactivate
-->

Loading…
Cancel
Save