Repository: incubator-juneau Updated Branches: refs/heads/master 5c2a16fea -> 95fc031f2
Add intellij files to ignore. Update parent location. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/95fc031f Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/95fc031f Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/95fc031f Branch: refs/heads/master Commit: 95fc031f2976759b167af8f835c2237aa8623036 Parents: 5c2a16f Author: John D. Ament <[email protected]> Authored: Tue Aug 2 21:58:30 2016 -0400 Committer: John D. Ament <[email protected]> Committed: Tue Aug 2 21:58:30 2016 -0400 ---------------------------------------------------------------------- .gitignore | 2 ++ org.apache.juneau.distrib/pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95fc031f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b70a062..5e7c264 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.class /.DS_Store +.idea +*.iml \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95fc031f/org.apache.juneau.distrib/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.distrib/pom.xml b/org.apache.juneau.distrib/pom.xml index 7e54afa..85b9dee 100644 --- a/org.apache.juneau.distrib/pom.xml +++ b/org.apache.juneau.distrib/pom.xml @@ -24,6 +24,7 @@ <groupId>org.apache.juneau</groupId> <artifactId>juneau-all</artifactId> <version>6.0.0-SNAPSHOT</version> + <relativePath>../org.apache.juneau.releng/pom.xml</relativePath> </parent> <dependencies>
