MVN

io.github.mjourard : env-file-maven-plugin

Maven & Gradle

Oct 27, 2022
6 stars

Dotenv File-loading Maven Plugin · A maven plugin for loading .env files during the phases of the Maven build and packaging process.

<plugin>
    <groupId>io.github.mjourard</groupId>
    <artifactId>env-file-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mjourard : env-file-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.mjourard : env-file-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
env-file-maven-plugin-1.1
1.0
env-file-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.mjourard</groupId>
    <artifactId>env-file-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Advertisement