Further fancy stuff.
Added a changelog command to render a changelog for a given module from the JIRA tickets. Some internal refactorings and enhancements to the model to be able to work with artifact versions, branches, tags.
This commit is contained in:
37
pom.xml
37
pom.xml
@@ -97,43 +97,6 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
<!-- <plugin> -->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
||||
<!-- <artifactId>maven-dependency-plugin</artifactId> -->
|
||||
<!-- <executions> -->
|
||||
<!-- <execution> -->
|
||||
<!-- <id>copy-dependencies</id> -->
|
||||
<!-- <phase>prepare-package</phase> -->
|
||||
<!-- <goals> -->
|
||||
<!-- <goal>copy-dependencies</goal> -->
|
||||
<!-- </goals> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory> -->
|
||||
<!-- <overWriteReleases>true</overWriteReleases> -->
|
||||
<!-- <overWriteSnapshots>true</overWriteSnapshots> -->
|
||||
<!-- <overWriteIfNewer>true</overWriteIfNewer> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </execution> -->
|
||||
<!-- </executions> -->
|
||||
<!-- </plugin> -->
|
||||
<!-- <plugin> -->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
||||
<!-- <artifactId>maven-jar-plugin</artifactId> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <archive> -->
|
||||
<!-- <manifest> -->
|
||||
<!-- <addClasspath>true</addClasspath> -->
|
||||
<!-- <useUniqueVersions>false</useUniqueVersions> -->
|
||||
<!-- <classpathPrefix>lib/</classpathPrefix> -->
|
||||
<!-- <mainClass>${jar.mainclass}</mainClass> -->
|
||||
<!-- </manifest> -->
|
||||
<!-- <manifestEntries> -->
|
||||
<!-- <version>${project.version}</version> -->
|
||||
<!-- </manifestEntries> -->
|
||||
<!-- </archive> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </plugin> -->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user