mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
testing different release plugin settings
This commit is contained in:
parent
f150f56586
commit
cd29af23d9
1 changed files with 5 additions and 24 deletions
29
pom.xml
29
pom.xml
|
@ -154,10 +154,11 @@
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<goals>pre-integration-test</goals>
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||||
<preparationGoals>package</preparationGoals>
|
<releaseProfiles>release</releaseProfiles>
|
||||||
<tagNameFormat>@{project.version}</tagNameFormat>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
<remoteTagging>false</remoteTagging>
|
<pushChanges>true</pushChanges>
|
||||||
|
<useReleaseProfile>false</useReleaseProfile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -362,26 +363,6 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>com.gitlab.haynes</groupId>
|
|
||||||
<artifactId>libsass-maven-plugin</artifactId>
|
|
||||||
<version>${libsass.version}</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<phase>generate-resources</phase>
|
|
||||||
<?m2e execute onConfiguration,onIncremental?>
|
|
||||||
<goals>
|
|
||||||
<goal>compile</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<inputPath>${basedir}/src/main/scss/</inputPath>
|
|
||||||
<outputPath>${basedir}/src/main/resources/static/resources/css/</outputPath>
|
|
||||||
<includePath>
|
|
||||||
${project.build.directory}/webjars/META-INF/resources/webjars/bootstrap/${webjars-bootstrap.version}/scss/</includePath>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
Loading…
Reference in a new issue