diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..e29b01219219 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties + +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IDEA +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# KDE +.directory + +# OSX +.DS_Store + +# VS CODE +.vscode +*.code-workspace + +# Vi/Vim +*.swp diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000000..de785dc26b0b --- /dev/null +++ b/pom.xml @@ -0,0 +1,91 @@ + + + + + 4.0.0 + + org.apache + apache + 21 + + + org.apache.camel.quarkus + camel-quarkus-parent + 999-SNAPSHOT + pom + + Camel Quarkus + Apache Camel extensions for Quarkus + http://camel.apache.org + 2019 + + + UTF-8 + UTF-8 + + + + + The Apache Camel Team + dev@camel.apache.org + http://camel.apache.org + Apache Software Foundation + http://apache.org/ + + http://camel.apache.org/banner.data/apache-camel-7.png + + + + + + + Development List + dev-subscribe@camel.apache.org + dev-unsubscribe@camel.apache.org + dev@camel.apache.org + + + User List + users-subscribe@camel.apache.org + users-unsubscribe@camel.apache.org + users@camel.apache.org + + + Commits List + commits-subscribe@camel.apache.org + commits-unsubscribe@camel.apache.org + commits@camel.apache.org + + + + + scm:git:http://gitbox.apache.org/repos/asf/camel-quarkus.git + scm:git:https://gitbox.apache.org/repos/asf/camel-quarkus.git + https://gitbox.apache.org/repos/asf?p=camel-quarkus.git;a=summary + HEAD + + + + GitHub + https://github.com/apache/camel-quarkus/issues + + +