Skip to content

Commit

Permalink
Removed unused submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusavi committed Dec 8, 2018
1 parent e09f7e8 commit 5ea5e6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
[submodule "jpo-security-svcs"]
path = jpo-security-svcs
url = https://github.com/usdot-jpo-ode/jpo-security-svcs
[submodule "jpo-security"]
path = jpo-security
url = https://github.com/usdot-jpo-ode/jpo-security.git
23 changes: 4 additions & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,33 +1,18 @@
FROM maven:3.5.4-jdk-8-alpine as builder
MAINTAINER [email protected]

# Set up the private repo first
WORKDIR /home/jpo-ode-private

COPY ./jpo-ode-private/pom.xml ./
COPY ./jpo-ode-private/j2735/pom.xml ./j2735/
COPY ./jpo-ode-private/j2735/src ./j2735/src
COPY ./jpo-ode-private/ieee1609dot2/pom.xml ./ieee1609dot2/
COPY ./jpo-ode-private/ieee1609dot2/src ./ieee1609dot2/src
COPY ./jpo-ode-private/lib/*.jar ./lib/

RUN mvn clean
RUN mvn install -DskipTests

# Now set up the public repo
WORKDIR /home

COPY ./pom.xml ./
COPY ./jpo-ode-common/pom.xml ./jpo-ode-common/
COPY ./jpo-ode-common/src ./jpo-ode-common/src
COPY ./jpo-ode-plugins/pom.xml ./jpo-ode-plugins/
COPY ./jpo-ode-plugins/src ./jpo-ode-plugins/src
COPY ./jpo-ode-core/pom.xml ./jpo-ode-core/
COPY ./jpo-ode-core/src ./jpo-ode-core/src/
COPY ./jpo-ode-svcs/pom.xml ./jpo-ode-svcs/
COPY ./jpo-ode-svcs/src ./jpo-ode-svcs/src
COPY ./jpo-ode-plugins/pom.xml ./jpo-ode-plugins/
COPY ./jpo-ode-plugins/src ./jpo-ode-plugins/src
COPY ./jpo-ode-common/pom.xml ./jpo-ode-common/
COPY ./jpo-ode-common/src ./jpo-ode-common/src
COPY ./jpo-security/pom.xml ./jpo-security/
COPY ./jpo-security/src ./jpo-security/src

RUN mvn clean install -DskipTests

Expand Down
1 change: 0 additions & 1 deletion jpo-security
Submodule jpo-security deleted from 31da2c

0 comments on commit 5ea5e6e

Please sign in to comment.