Skip to content

matthiasgasser/hibernate-annotation-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This Plugin is a first catch to automatize the creation of an "Hibernate-Contribution" entry in the manifest.mf for OSGI / Hibernate usage. Inspired of the http://notehive.com/wp/2008/07/23/osgi-hibernate-spring-dm-sample/ example, which forces you to create this entries manually.


Example Usage:

<plugin>
<groupId>com.matthiasgasser</groupId>
<artifactId>hibernate-annotation-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<configuration>
	<instructions>
	</instructions>
</configuration>
<executions>
	<execution>
		<phase>package</phase>
		<goals>
			<goal>bundle</goal>
		</goals>
	</execution>
</executions>
</plugin>

About

A maven plugin, scans and writes all entities files to the manifest.mf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages