cdimascio / dotenv-java

🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file
https://github.com/cdimascio/dotenv-java
Apache License 2.0
444 stars 43 forks source link

maven-plugin #53

Closed bmarwell closed 1 year ago

bmarwell commented 1 year ago

Hi!

I think a maven plugin would be nice.

<plugin>
  <artifactId>dotenv-maven-plugin</artifactId>
  <configuration>
    <dotEnvFile>${project.basedir}/.env</dotEnvFile>
  </configuration>
</plugin>

If you need help writing a maven plugin, let me know.

cdimascio commented 1 year ago

This is an interesting idea. Please feel free to give it a go. I would recommend creating an independent GitHub repo.