Skip to content

Commit 886f1fc

Browse files
author
mgallecom
authored
Merge pull request #3 from comwrap/develop
Develop
2 parents b1a0294 + 22cd252 commit 886f1fc

4 files changed

Lines changed: 14 additions & 371 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config user.name "GitHub Actions"
4040
4141
- name: Get Version from pom
42-
run: echo '::set-output name=BUILD_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)'
42+
run: echo ::set-output name=BUILD_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
4343
id: pom-version
4444

4545
- name: Check output
@@ -93,8 +93,8 @@ jobs:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
with:
9595
upload_url: ${{ steps.create_release.outputs.upload_url }}
96-
asset_path: ./all/target/graphql-voyager.all-1.0.0-SNAPSHOT.zip
97-
asset_name: graphql-voyager.all-1.0.0-SNAPSHOT.zip
96+
asset_path: ./ui.apps/target/graphql-voyager.ui.apps-1.0.0-SNAPSHOT.zip
97+
asset_name: graphql-voyager.zip
9898
asset_content_type: application/zip
9999

100100
# - name: Update Site Theme E2E Repo

all/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -130,32 +130,6 @@
130130
</plugins>
131131
</build>
132132
</profile>
133-
<profile>
134-
<id>autoInstallSinglePackagePublish</id>
135-
<activation>
136-
<activeByDefault>false</activeByDefault>
137-
</activation>
138-
<build>
139-
<plugins>
140-
<plugin>
141-
<groupId>com.day.jcr.vault</groupId>
142-
<artifactId>content-package-maven-plugin</artifactId>
143-
<executions>
144-
<execution>
145-
<id>install-package-publish</id>
146-
<goals>
147-
<goal>install</goal>
148-
</goals>
149-
<configuration>
150-
<targetURL>http://${aem.publish.host}:${aem.publish.port}/crx/packmgr/service.jsp</targetURL>
151-
<failOnError>true</failOnError>
152-
</configuration>
153-
</execution>
154-
</executions>
155-
</plugin>
156-
</plugins>
157-
</build>
158-
</profile>
159133
</profiles>
160134

161135
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)