Repository: logging-log4j-kotlin Updated Branches: refs/heads/master 3ce40de42 -> 9027b0535
Configure assembly Signed-off-by: Matt Sicker <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/d79196a4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/d79196a4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/d79196a4 Branch: refs/heads/master Commit: d79196a47caf00530d496c356cf29cabaae86107 Parents: 3ce40de Author: Matt Sicker <[email protected]> Authored: Sat Nov 3 12:23:02 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Nov 3 12:23:02 2018 -0500 ---------------------------------------------------------------------- log4j-api-kotlin/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/d79196a4/log4j-api-kotlin/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml index 70424d8..7982c20 100644 --- a/log4j-api-kotlin/pom.xml +++ b/log4j-api-kotlin/pom.xml @@ -118,6 +118,24 @@ <skip>false</skip> </configuration> </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <finalName>apache-${project.artifactId}-${Log4jKotlinVersion}</finalName> + <descriptorRefs> + <descriptorRef>src</descriptorRef> + <descriptorRef>bin</descriptorRef> + </descriptorRefs> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build>
