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

Erik-Berndt Scheper (JIRA) noreply at atlassian.com
Tue Jan 20 05:32:39 EST 2009


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
            Priority: Minor


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