diff --git a/.gitignore b/.gitignore index ec344031..9a42d953 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ -target -.idea *.iml *.ipr *.iws -*.swp +*.log *.swo +*.swp *~ -*.log +.classpath +.idea +.project +.settings +target diff --git a/firefox/pom.xml b/firefox/pom.xml index 5b12290c..e98dc590 100644 --- a/firefox/pom.xml +++ b/firefox/pom.xml @@ -113,5 +113,40 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.6,) + + + run + + + + + + + + + + + + diff --git a/plugin/pom.xml b/plugin/pom.xml index a26a7c51..b1f6e978 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -517,6 +517,118 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.6,) + + + run + + + + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + [2.3,) + + + copy + + + + + + + + + + org.apache.maven.plugins + + + maven-enforcer-plugin + + + [1.1,) + + + enforce + + + + + + + + + + com.atlassian.maven.plugins + + + maven-amps-plugin + + + [4.1.6,) + + + + compress-resources + + + copy-bundled-dependencies + + + copy-test-bundled-dependencies + + + filter-plugin-descriptor + + + filter-test-plugin-descriptor + + + generate-manifest + + + generate-rest-docs + + + + + + + + + + + + +