[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-3723) Publish sources to maven (snapshot) repository

Adam Warski (JIRA) noreply at atlassian.com
Wed Jan 21 12:32:38 EST 2009


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list