EShop Technology Stack (ETS) - Application Parent POM

The ETS Poms are the parent POMs for all libraries / applications maintained in the ETS scope. They define library versions, plugin configurations and activations.

License

License

GroupId

GroupId

de.kaufhof.ets
ArtifactId

ArtifactId

ets-poms-application-parent
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

pom
Description

Description

EShop Technology Stack (ETS) - Application Parent POM
The ETS Poms are the parent POMs for all libraries / applications maintained in the ETS scope. They define library versions, plugin configurations and activations.
Source Code Management

Source Code Management

https://github.com/Galeria-Kaufhof/ets-poms

Download ets-poms-application-parent

How to add to project

<!-- https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-application-parent/ -->
<dependency>
    <groupId>de.kaufhof.ets</groupId>
    <artifactId>ets-poms-application-parent</artifactId>
    <version>0.6.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-application-parent/
implementation 'de.kaufhof.ets:ets-poms-application-parent:0.6.0'
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-application-parent/
implementation ("de.kaufhof.ets:ets-poms-application-parent:0.6.0")
'de.kaufhof.ets:ets-poms-application-parent:pom:0.6.0'
<dependency org="de.kaufhof.ets" name="ets-poms-application-parent" rev="0.6.0">
  <artifact name="ets-poms-application-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.kaufhof.ets', module='ets-poms-application-parent', version='0.6.0')
)
libraryDependencies += "de.kaufhof.ets" % "ets-poms-application-parent" % "0.6.0"
[de.kaufhof.ets/ets-poms-application-parent "0.6.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

ETS Poms

Build Status Gitter chat

This project contains all POMs defining a ETS release.

Changelog

0.6.0

  • Add src/main/dev-resources as resources directory for all ets-applications

0.5.0

  • Force scala compiler to use the ets.java.version

0.4.0

  • Add Maven assembly descriptor for application
  • Activate plugins and add dependencies depending on profiles

0.3.0

  • Update scala-maven-plugin to 3.4.1
  • Add akka-http-spray-json and spray-json dependency
  • Rename "service" to "application"

0.2.0

  • Merge ets-poms-dependencies with ets-poms-module-parent

0.1.0

  • Initial release
de.kaufhof.ets

Galeria Kaufhof GmbH

Versions

Version
0.6.0
0.5.0
0.4.0
0.3.0