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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from eda13e8  Remove the default password from the camel-smpp component
     new fae75d6  CAMEL-13698: Disable flattern pom plugin for archetypes as it 
breaks them. CAMEL-13669: Add camel-archetype-main
     new 495bb73  CAMEL-13698: Fixed camel archetype catalog and only attach 
the catalog to the archetypes pom.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/resources/archetype-resources/pom.xml |  4 ++
 .../src/main/resources/archetype-resources/pom.xml |  4 ++
 archetypes/camel-archetype-main/pom.xml            | 62 +++++++++++++++++
 .../META-INF/maven/archetype-metadata.xml          | 77 ++++++++++++++++++++++
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 .../main/resources/archetype-resources/ReadMe.txt  | 20 ++++++
 .../src/main/resources/archetype-resources/pom.xml | 71 +++++++++++++++-----
 .../src/main/java/MyApplication.java               | 41 ++++++++++++
 .../archetype-resources/src/main/java/MyBean.java  | 36 ++++++++++
 .../src/main/java/MyConfiguration.java             | 37 +++++++++++
 .../src/main/java/MyRouteBuilder.java              | 31 +++++++++
 .../src/main/resources/application.properties      | 48 ++++++++++++++
 .../src/main/resources/logback.xml                 |  0
 archetypes/pom.xml                                 | 20 ++++++
 parent/pom.xml                                     |  1 +
 .../packaging/PackageArchetypeCatalogMojo.java     | 31 ++++-----
 17 files changed, 450 insertions(+), 33 deletions(-)
 create mode 100644 archetypes/camel-archetype-main/pom.xml
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml
 copy {tooling/maven/camel-package-maven-plugin => 
archetypes/camel-archetype-main}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/maven/camel-package-maven-plugin => 
archetypes/camel-archetype-main}/src/main/resources/META-INF/NOTICE.txt (100%)
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources/archetype-resources/ReadMe.txt
 copy archetypes/{camel-archetype-java => 
camel-archetype-main}/src/main/resources/archetype-resources/pom.xml (61%)
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/java/MyApplication.java
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/java/MyBean.java
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/java/MyConfiguration.java
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/java/MyRouteBuilder.java
 create mode 100644 
archetypes/camel-archetype-main/src/main/resources/archetype-resources/src/main/resources/application.properties
 copy {examples/camel-example-main => 
archetypes/camel-archetype-main/src/main/resources/archetype-resources}/src/main/resources/logback.xml
 (100%)

Reply via email to