]
Adam Warski resolved HHH-3723.
------------------------------
Assignee: Adam Warski
Resolution: Fixed
Fix Version/s: 3.4
Publish sources to maven (snapshot) repository
----------------------------------------------
Key: HHH-3723
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3723
Project: Hibernate Core
Issue Type: New Feature
Components: envers
Reporter: Erik-Berndt Scheper
Assignee: Adam Warski
Priority: Minor
Fix For: 3.4
It would be very nice if Envers (and hibernate) would publish its sources by default.
This would require enabling the source plugin by default (in /parent/pom.xml), like so:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: