staticweave-nopu-maven-plugin

Yet Another static weaver without Persistence unit

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.unit8.maven.plugins
ArtifactId

ArtifactId

staticweave-nopu-maven-plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

staticweave-nopu-maven-plugin
Yet Another static weaver without Persistence unit
Project URL

Project URL

https://github.com/kawasima/staticweave-nopu-maven-plugin
Source Code Management

Source Code Management

https://github.com/kawasima/staticweave-nopu-maven-plugin

Download staticweave-nopu-maven-plugin

How to add to project

<plugin>
    <groupId>net.unit8.maven.plugins</groupId>
    <artifactId>staticweave-nopu-maven-plugin</artifactId>
    <version>0.1.0</version>
</plugin>

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.persistence : org.eclipse.persistence.jpa jar 2.7.3

provided (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-core jar 3.0.5
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.2
org.mockito : mockito-inline jar 2.27.0

Project Modules

There are no modules declared in this project.

staticweave-nopu-maven-plugin

The staticweave-nopu-maven-plugin is a maven plugin for static-weaving Eclipselink entities without persistence.xml or orm.xml.

Usage

Set the target packages contains the entities.

<plugin>
  <groupId>net.unit8.maven.plugins</groupId>
  <artifactId>staticweave-nopu-maven-plugin</artifactId>
  <version>0.1.0</version>
  <configuration>
    <packages>
      <package>xxx.yyy.entity</package>
    </packages>
  </configuration>
</plugin>

License

Copyright © 2019 kawasima

Distributed under the Apache License either version 2.0.

Versions

Version
0.1.0