directory-maven-plugin | Plugin for discovery of various project-related paths
kandi X-RAY | directory-maven-plugin Summary
kandi X-RAY | directory-maven-plugin Summary
The Directory Plugin for Maven is used to discover various project-related paths, such as the execution root directory, the directory for a specific project in the current build session, or the highest project basedir (closed to the filesystem root directory) available in the projects loaded from disk (not resolved from a remote repository). The plugin will then reflect this value to the console, and also inject it into each project’s properties using the value of the property plugin parameter. This plugin is meant to be run as part of the standard build lifecycle, to help establish locations for files in multimodule builds, where the directory structure referenced is stable and will always be intact.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Find the directory
- Returns true if the given Maven project matches the given Maven project
- Validates that the properties are set
- Returns true if the given string is null or empty
- Finds a directory
- Executes the plugin
- The execution root directory
directory-maven-plugin Key Features
directory-maven-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on directory-maven-plugin
QUESTION
I'm following the documentation to build Flink 1.4 but instead Flink 1.5-SNAPSHOT
is built.
What am I doing wrong?
...ANSWER
Answered 2018-Jan-19 at 08:21The documentation is not correct. It shows how to build the current master branch which is always the latest SNAPSHOT version (currently 1.5-SNAPSHOT
). Before a new minor Flink version is released, we fork off a release branch. For Flink 1.4 this branch is called release-1.4
.
You can build Flink 1.4-SNAPSHOT (the latest version in the dev branch with all bugfixes for Flink 1.4) by checking out the release-1.4
branch before calling Maven. So the commands should be:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install directory-maven-plugin
You can use directory-maven-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the directory-maven-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page