Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
7fad4829
Commit
7fad4829
authored
Oct 22, 2016
by
nobodyiam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix github profile to include apollo-buildtools.jar
parent
78e058aa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
16 deletions
+44
-16
pom.xml
apollo-adminservice/pom.xml
+15
-0
pom.xml
apollo-configservice/pom.xml
+15
-0
pom.xml
apollo-core/pom.xml
+0
-15
pom.xml
apollo-portal/pom.xml
+13
-0
build.sh
scripts/build.sh
+1
-1
No files found.
apollo-adminservice/pom.xml
View file @
7fad4829
...
...
@@ -101,4 +101,19 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>
github
</id>
<properties>
<package.environment>
github
</package.environment>
</properties>
<dependencies>
<!-- disable cat for outside use -->
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo-buildtools
</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
apollo-configservice/pom.xml
View file @
7fad4829
...
...
@@ -102,4 +102,19 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>
github
</id>
<properties>
<package.environment>
github
</package.environment>
</properties>
<dependencies>
<!-- disable cat for outside use -->
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo-buildtools
</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
apollo-core/pom.xml
View file @
7fad4829
...
...
@@ -41,19 +41,4 @@
</dependency>
<!-- end of log -->
</dependencies>
<profiles>
<profile>
<id>
github
</id>
<properties>
<package.environment>
github
</package.environment>
</properties>
<dependencies>
<!-- disable cat for outside use -->
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo-buildtools
</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
apollo-portal/pom.xml
View file @
7fad4829
...
...
@@ -71,5 +71,18 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>
github
</id>
<properties>
<package.environment>
github
</package.environment>
</properties>
<dependencies>
<!-- disable cat for outside use -->
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo-buildtools
</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
scripts/build.sh
View file @
7fad4829
...
...
@@ -38,7 +38,7 @@ echo "==== starting to build client ===="
mvn clean
install
-DskipTests
-pl
apollo-client
-am
-Pgithub
$META_SERVERS_OPTS
echo
"==== building
portal
finished ===="
echo
"==== building
client
finished ===="
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment