Skip to content

Commit dda8dc4

Browse files
committed
released 1.0
1 parent c4bafba commit dda8dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features (in-wishlist)
2525
1. Basic use
2626
- open a new terminal;
2727
- execute this command to generate proxy skeleton -
28-
`sh $ mvn archetype:generate -DarchetypeGroupId=io.github.bhatikuldeep -DarchetypeArtifactId=maven-archetype-apigee-proxy -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=apigee -DartifactId=sample-apigee-proxy`
28+
`sh $ mvn archetype:generate -DarchetypeGroupId=io.github.bhatikuldeep -DarchetypeArtifactId=maven-archetype-apigee-proxy -DarchetypeVersion=1.0 -DgroupId=apigee -DartifactId=sample-apigee-proxy`
2929
- Above command will ask you to enter - `proxy_endpoint`, enter e.g. https://ORGNAME-ENV.apigee.net; where ORGNAME is your apigee org and ENV is the env where you wish to run your postman test after the deployment.
3030
- This step will create a proxy folder with name - "sample-apigee-proxy", see the `artifactId` argument in above command with `basepath` = "v2/hello-world", `environment` = "test", `description` = "Sample maven-archetype-apigee-proxy API Proxy"
3131
2. Advanced use
@@ -36,7 +36,7 @@ Features (in-wishlist)
3636
- `description` (optional, default value = Sample maven-archetype-apigee-proxy API Proxy) and
3737
- `proxy_endpoint` (required = yes, no default value)
3838
- now run this command to generate proxy skeleton
39-
`bash $ mvn archetype:generate -DarchetypeGroupId=io.github.bhatikuldeep -DarchetypeArtifactId=maven-archetype-apigee-proxy -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=apigee -DartifactId=sample-apigee-proxy -Dbasepath=v2/hello-world -Denvironment=test -Ddescription="Sample maven-archetype-apigee-proxy API Proxy" -Dproxy_endpoint=https://ORGNAME-ENV.apigee.net`
39+
`bash $ mvn archetype:generate -DarchetypeGroupId=io.github.bhatikuldeep -DarchetypeArtifactId=maven-archetype-apigee-proxy -DarchetypeVersion=1.0 -DgroupId=apigee -DartifactId=sample-apigee-proxy -Dbasepath=v2/hello-world -Denvironment=test -Ddescription="Sample maven-archetype-apigee-proxy API Proxy" -Dproxy_endpoint=https://ORGNAME-ENV.apigee.net`
4040
3. Deployment
4141
- step 2 will create a `sample-apigee-proxy` folder with apigee edge compatible directory structure;
4242
- `$ cd sample-apigee-proxy` (or name of the proxy you just created, go to that directory)

0 commit comments

Comments
 (0)