Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
trivial: added SCM info
Browse files Browse the repository at this point in the history
Former-commit-id: 62ce5e9
  • Loading branch information
raducotescu committed Jul 5, 2016
1 parent 32312ea commit d4a7e25
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 6 deletions.
6 changes: 6 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<name>We.Retail - All</name>
<description>Combined package for We.Retail</description>

<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/all</url>
</scm>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<name>We.Retail - Core</name>
<description>Core bundle for We.Retail</description>

<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/core</url>
</scm>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 6 additions & 0 deletions it.launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<name>We.Retail - Integration Tests Launcher</name>
<description>Integration Tests Launcher for We.Retail</description>

<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/it.launcher</url>
</scm>

<!--
To keep the instance under test running and run individual tests
against it, use:
Expand Down
6 changes: 6 additions & 0 deletions it.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<name>We.Retail - Integration Tests Bundles</name>
<description>Bundles for Integration Tests for We.Retail</description>

<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/it.tests</url>
</scm>

<properties>
<junit.version>4.8.2</junit.version>
</properties>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
<vault.password>admin</vault.password>
<slf4j.version>1.5.11</slf4j.version>
</properties>

<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail</url>
</scm>

<build>
<plugins>
<!-- Maven Release Plugin -->
Expand Down
11 changes: 5 additions & 6 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
<name>We.Retail - UI apps</name>
<description>UI apps package for We.Retail</description>

<!-- <scm>
<connection></connection>
<developerConnection></developerConnection>
<url></url>
<tag>HEAD</tag>
</scm-->
<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.apps</url>
</scm>

<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
Expand Down
6 changes: 6 additions & 0 deletions ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
<name>We.Retail - UI content</name>
<description>UI content package for We.Retail</description>

<scm>
<connection>scm:git:https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail.git</connection>
<developerConnection>scm:git:[email protected]:Adobe-Marketing-Cloud/aem-sample-we-retail.git</developerConnection>
<url>https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.content</url>
</scm>

<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
<!-- ====================================================================== -->
Expand Down

0 comments on commit d4a7e25

Please sign in to comment.