aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-22 14:41:58 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-22 14:41:58 +0700
commit37cd358d32af3fd8a1b1e09057ae007d2419282b (patch)
tree0d8e4350071f93a5da7823ccc31d26a5c5ccd21f
parentab85eea3a337662b2c875b96ad5eb057995dbbe2 (diff)
downloadaspectj-37cd358d32af3fd8a1b1e09057ae007d2419282b.tar.gz
aspectj-37cd358d32af3fd8a1b1e09057ae007d2419282b.zip
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>
-rw-r--r--aspectjmatcher/pom.xml3
-rw-r--r--aspectjrt/pom.xml3
-rw-r--r--aspectjtools/pom.xml3
-rw-r--r--aspectjweaver/pom.xml3
4 files changed, 12 insertions, 0 deletions
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml
index 63e51a155..a81ca7a9d 100644
--- a/aspectjmatcher/pom.xml
+++ b/aspectjmatcher/pom.xml
@@ -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
-->
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index 323e2a098..611475af5 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -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
-->
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index cb8d59b55..7fa02377f 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -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
-->
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index daae4574e..99e98a773 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -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
-->