You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/20 06:17:34 UTC

[camel-spring-boot] 02/02: CAMEL-15695 - Maven archetypes for OSGi and spring-boot move to their project - Added Camel Spring Boot Archetype

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 1d9b8ccc4eb05f254b03e5244a7cd3ea0bf20c8b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 08:13:07 2020 +0200

    CAMEL-15695 - Maven archetypes for OSGi and spring-boot move to their project - Added Camel Spring Boot Archetype
---
 archetypes/pom.xml | 62 ------------------------------------------------------
 1 file changed, 62 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 30bb4fc..630fc87 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -48,66 +48,4 @@
             </properties>
         </profile>
     </profiles>
-
-    <build>
-        <plugins>
-
-            <!-- skip flatten plugin as this breaks all the archetypes -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>flatten-maven-plugin</artifactId>
-                <version>1.1.0</version>
-                <executions>
-                    <execution>
-                        <id>default-cli</id>
-                        <phase>none</phase>
-                        <goals>
-                            <goal>flatten</goal>
-                        </goals>
-                        <configuration>
-                            <updatePomFile>false</updatePomFile>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <!-- generate and attach Camel archetype catalog -->
-            <plugin>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-package-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>generate-and-attach-archetype-catalog</goal>
-                        </goals>
-                        <phase>process-resources</phase>
-                    </execution>
-                </executions>
-            </plugin>
-
-        </plugins>
-
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-eclipse-plugin</artifactId>
-                    <configuration>
-                        <buildcommands>
-                            <java.lang.String>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</java.lang.String>
-                        </buildcommands>
-                        <projectnatures>
-                            <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
-                        </projectnatures>
-                        <additionalConfig>
-                            <file>
-                                <name>.checkstyle</name>
-                                <location>/camel-eclipse-checkstyle</location>
-                            </file>
-                        </additionalConfig>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
 </project>