FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aws-lambda-java-libs/toolchains.xml.example at main · aws/aws-lambda-java-libs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
aws
/
aws-lambda-java-libs
Public
Notifications
You must be signed in to change notification settings
Fork
242
Star
547
Code
Issues
46
Pull requests
24
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aws-lambda-java-libs
/
toolchains.xml.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 578 Bytes
Breadcrumbs
aws-lambda-java-libs
/
toolchains.xml.example
Copy path
File metadata and controls
21 lines (19 loc) · 578 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<!--
Maven Toolchains configuration for aws-lambda-java-libs.
This file tells Maven where to find JDK 8, which is required by the
maven-toolchains-plugin configured in each module's pom.xml.
To use: copy this file to ~/.m2/toolchains.xml and set the jdkHome
path to match your local JDK 8 installation.
-->
<
toolchains
>
<
toolchain
>
<
type
>jdk</
type
>
<
provides
>
<
version
>8</
version
>
</
provides
>
<
configuration
>
<
jdkHome
>/path/to/your/jdk8</
jdkHome
>
</
configuration
>
</
toolchain
>
</
toolchains
>
Back
|
FazBrowse Home
|
New Git URL