-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document a requirements for plexus compilers (#329)
* Document a requirements for plexus compilers * AspectJ and JDK 17+
- Loading branch information
1 parent
4bc179f
commit 2dcea6b
Showing
15 changed files
with
124 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
6 changes: 6 additions & 0 deletions
6
plexus-compilers/plexus-compiler-aspectj/src/site/markdown/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Plexus AspectJ Compiler | ||
----------------------- | ||
|
||
AspectJ Compiler support for Plexus Compiler component. | ||
|
||
**Requires** `JDK 17+` and `Maven 3.9.6+` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
6 changes: 6 additions & 0 deletions
6
plexus-compilers/plexus-compiler-csharp/src/site/markdown/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Plexus C# Compiler | ||
------------------ | ||
|
||
C# Compiler support for Plexus Compiler component. | ||
|
||
**Requires** `JDK 8+` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
6 changes: 6 additions & 0 deletions
6
plexus-compilers/plexus-compiler-eclipse/src/site/markdown/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Plexus Eclipse Compiler | ||
----------------------- | ||
|
||
Eclipse Compiler support for Plexus Compiler component. | ||
|
||
**Requires** `JDK 17+` and `Maven 3.9.6+` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
9 changes: 9 additions & 0 deletions
9
plexus-compilers/plexus-compiler-javac-errorprone/src/site/markdown/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Plexus Javac+error-prone Component | ||
---------------------------------- | ||
|
||
Javac Compiler support for Plexus Compiler component, | ||
with error-prone static analysis checks enabled. | ||
|
||
See https://errorprone.info | ||
|
||
**Requires** `JDK 11+` |
17 changes: 17 additions & 0 deletions
17
plexus-compilers/plexus-compiler-javac-errorprone/src/site/site.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
</body> | ||
</project> |
6 changes: 6 additions & 0 deletions
6
plexus-compilers/plexus-compiler-javac/src/site/markdown/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Plexus Javac Component | ||
---------------------- | ||
|
||
Javac Compiler support for Plexus Compiler component. | ||
|
||
**Requires** `JDK 8+` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.8.1" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> | ||
<body> | ||
<menu name="Overview"> | ||
<item name="Introduction" href="index.html"/> | ||
<item name="JavaDocs" href="apidocs/index.html"/> | ||
<item name="Source Xref" href="xref/index.html"/> | ||
<item name="Introduction" href="index.html" /> | ||
<item name="JavaDocs" href="apidocs/index.html" /> | ||
<item name="Source Xref" href="xref/index.html" /> | ||
<!--item name="FAQ" href="faq.html"/--> | ||
</menu> | ||
|
||
<menu ref="parent"/> | ||
<menu ref="reports"/> | ||
<menu ref="parent" /> | ||
<menu ref="reports" /> | ||
</body> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters