Skip to content

Commit 22ad89b

Browse files
committed
fix release procedure
1 parent e27299a commit 22ad89b

File tree

4 files changed

+1
-36
lines changed

4 files changed

+1
-36
lines changed

.mvn/jvm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-Xmx512M
1+
-Xmx700M

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ NOTE: Some of these quickstarts use the H2 database included with {productName}.
124124
| link:spring-greeter/README{outfilesuffix}[spring-greeter]|Spring MVC, JSP, JPA | The `spring-greeter` quickstart is based on the `greeter` quickstart, but differs in that it uses Spring MVC for Mapping `GET` and `POST` requests. | Beginner | _none_
125125
| link:spring-kitchensink-basic/README{outfilesuffix}[spring-kitchensink-basic]|JSP, JPA, JSON, Spring, JUnit | The `spring-kitchensink-basic` quickstart is an example of a Java EE 7 application using JSP, JPA and Spring 4.x. | Intermediate | _none_
126126
| link:spring-kitchensink-springmvctest/README{outfilesuffix}[spring-kitchensink-springmvctest]|JSP, JPA, JSON, Spring, JUnit | The `spring-kitchensink-springmvctest` quickstart demonstrates how to create an MVC application using JSP, JPA and Spring 4.x. | Intermediate | _none_
127-
| link:spring-petclinic/README{outfilesuffix}[spring-petclinic]|JPA, Junit, JMX, Spring MVC Annotations, AOP, Spring Data, JSP, webjars, Dandellion | The `spring-petclinic` quickstart shows how to run the Spring PetClinic Application in {productName} using the {productName} BOMs. | Advanced | _none_
128127
| link:spring-resteasy/README{outfilesuffix}[spring-resteasy]|Resteasy, Spring | The `spring-resteasy` quickstart demonstrates how to package and deploy a web application that includes resteasy-spring integration. | Beginner | _none_
129128
| link:tasks/README{outfilesuffix}[tasks]|JPA, Arquillian | The `tasks` quickstart includes a persistence unit and sample persistence code to demonstrate how to use JPA for database access in {productName}. | Intermediate | _none_
130129
| link:tasks-jsf/README{outfilesuffix}[tasks-jsf]|JSF, JPA | The `tasks-jsf` quickstart demonstrates how to use JPA persistence with JSF as the view layer. | Intermediate | link:tasks/README{outfilesuffix}[tasks]

dist/src/main/assembly/assembly.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<exclude>**/.gitignore</exclude>
4040
<exclude>**/*.iml</exclude>
4141
<exclude>**/build.metadata</exclude>
42-
<exclude>docs.properties</exclude>
4342
<exclude>RELEASE_PROCEDURE.*</exclude>
4443
<exclude>RELEASE_PROCEDURE.*</exclude>
4544
<exclude>forge-from-scratch/pom.xml</exclude>

pom.xml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -723,39 +723,6 @@
723723
<modules>
724724
<module>dist</module>
725725
</modules>
726-
<build>
727-
<plugins>
728-
<plugin>
729-
<groupId>org.apache.maven.plugins</groupId>
730-
<artifactId>maven-resources-plugin</artifactId>
731-
<version>${version.resources.plugin}</version>
732-
<executions>
733-
<execution>
734-
<id>copy-processed-resources</id>
735-
<phase>process-resources</phase>
736-
<goals>
737-
<goal>copy-resources</goal>
738-
</goals>
739-
<configuration>
740-
<outputDirectory>${basedir}</outputDirectory>
741-
<filters>
742-
<filter>${root.dir}/docs.properties</filter>
743-
</filters>
744-
<resources>
745-
<resource>
746-
<directory>${project.build.directory}/docs</directory>
747-
<includes>
748-
<include>*.md</include>
749-
</includes>
750-
<filtering>true</filtering>
751-
</resource>
752-
</resources>
753-
</configuration>
754-
</execution>
755-
</executions>
756-
</plugin>
757-
</plugins>
758-
</build>
759726
</profile>
760727
</profiles>
761728
</project>

0 commit comments

Comments
 (0)