Skip to content

kawasima/staticweave-nopu-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Yet Another Eclipselink static weaver maven plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages