Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !319

Remove Shippable CI specific pom file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge remove_ci_poms into master 7 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

Created by: jmini

As discussed in #305, this PR is about removing the different pom files used for CI.

Compare
  • master (base)

and
  • latest version
    cfae3f76
    1 commit, 2 years ago

4 files
+ 19
- 947

    Preferences

    File browser
    Compare changes
C‎I‎
pom.xml.‎shippable‎ +0 -944
bin/‎utils‎
release_vers‎ion_update.sh‎ +0 -1
pom‎.xml‎ +17 -0
shippa‎ble.yml‎ +2 -2
CI/pom.xml.shippable deleted 100644 → 0
+ 0
- 944
  • View file @ f964873a

Files with large changes are collapsed by default.

bin/utils/release_version_update.sh
+ 0
- 1
  • View file @ cfae3f76

  • Edit in single-file editor

  • Open in Web IDE


@@ -39,7 +39,6 @@ declare -a files=("CI/pom.xml.bash"
"CI/pom.xml.circleci"
"CI/pom.xml.circleci.java7"
"CI/pom.xml.ios"
"CI/pom.xml.shippable"
"modules/openapi-generator-cli/pom.xml"
"modules/openapi-generator-gradle-plugin/README.adoc"
"modules/openapi-generator-gradle-plugin/gradle.properties"
pom.xml
+ 17
- 0
  • View file @ cfae3f76

  • Edit in single-file editor

  • Open in Web IDE


@@ -923,6 +923,23 @@
<module>samples/client/petstore/ruby</module>
</modules>
</profile>
<profile>
<id>samples.shippable</id>
<activation>
<property>
<name>env</name>
<value>samples.shippable</value>
</property>
</activation>
<modules>
<!-- clients -->
<module>samples/client/petstore/elixir</module>
<!--<module>samples/client/petstore/haskell-http-client</module>-->
<module>samples/client/petstore/erlang-client</module>
<!-- servers -->
<module>samples/server/petstore/erlang-server</module>
</modules>
</profile>
</profiles>
<modules>
<module>modules/openapi-generator</module>
shippable.yml
+ 2
- 2
  • View file @ cfae3f76

  • Edit in single-file editor

  • Open in Web IDE


@@ -10,7 +10,7 @@ build:
- $HOME/.stack
- $SHIPPABLE_REPO_DIR/samples/client/petstore/elixir/deps
ci:
- mvn --quiet clean install -f CI/pom.xml.shippable
- mvn --quiet clean install
# ensure all modifications created by 'mature' generators are in the git repo
- ./bin/ensure-up-to-date
# prepare enviroment for tests
@@ -31,6 +31,6 @@ build:
- elixir --version
- mix --version
# test samples defined in pom.xml
- mvn --quiet verify -P samples.shippable -f CI/pom.xml.shippable
- mvn --quiet verify -P samples.shippable
# generate all petstore samples (client, servers, doc)
- ./bin/run-all-petstore
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
Enhancement: CI/Test
1
Enhancement: CI/Test
    Assign labels
  • Manage project labels

Milestone
3.0.2
3.0.2 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: OpenAPITools/openapi-generator!319
Source branch: remove_ci_poms

Menu

Explore Projects Groups Snippets