UNCLASSIFIED

"development/README.md" did not exist on "development"
README.md 1.2 KB
Newer Older
sean.melissari's avatar
sean.melissari committed
1
# maven-openjdk-8
Sarah Roth's avatar
Sarah Roth committed
2

Humberto Ojeda's avatar
Humberto Ojeda committed
3 4 5 6 7
# Quick reference
- **Where to get help**: [the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](http://dockr.ly/slack), [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker), or [Repo1 DCCSCR Issues](https://repo1.dsop.io/dsop/dccscr/issues).
- **Where to file issues**: [Repo1 DCCSCR Issues](https://repo1.dsop.io/dsop/dccscr/issues)
- **Application maintained by**: [the Maven Project](https://github.com/carlossg/docker-maven)
- **Container maintained by**: [Platform One](https://software.af.mil/dsop/services/)
balexand's avatar
balexand committed
8
- **Image Location**: [Iron Bank Maven](https://ironbank.dso.mil/ironbank/repomap/opensource/maven)
Humberto Ojeda's avatar
Humberto Ojeda committed
9 10 11 12 13 14

# What is Maven?
[Apache Maven](http://maven.apache.org/) is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.


# Running as non-root
sean.melissari's avatar
sean.melissari committed
15
Maven needs the user home to download artifacts to, and if the user does not exist in the image an extra user.home Java property needs to be set.  By default there is a `maven` user created in this image with UID `1000`, which this container runs as.