Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-distrib
Commits
f02d7816
Commit
f02d7816
authored
Apr 28, 2021
by
Danila Mazour
Committed by
abirembaut
Apr 28, 2021
Browse files
fix(dependencies): Put looknfeel & reports in a different repo than pages
parent
20c0f643
Changes
1
Hide whitespace changes
Inline
Side-by-side
bonita-war/pom.xml
View file @
f02d7816
...
...
@@ -187,24 +187,6 @@
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
looknfeel
</artifactId>
<version>
${project.version}
</version>
<classifier>
less
</classifier>
<type>
zip
</type>
<overWrite>
true
</overWrite>
<destFileName>
bonita-portal-theme.zip
</destFileName>
</artifactItem>
<artifactItem>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
looknfeel
</artifactId>
<version>
${project.version}
</version>
<classifier>
css
</classifier>
<type>
zip
</type>
<overWrite>
true
</overWrite>
<destFileName>
bonita-portal-theme-css.zip
</destFileName>
</artifactItem>
<!-- Custom pages -->
<artifactItem>
<groupId>
org.bonitasoft.distrib
</groupId>
...
...
@@ -386,6 +368,36 @@
<outputDirectory>
${folder_frontend_web_resources}/WEB-INF/classes/org/bonitasoft/web/page
</outputDirectory>
</configuration>
</execution>
<execution>
<id>
get-bonita-ln-resources
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
copy
</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
looknfeel
</artifactId>
<version>
${project.version}
</version>
<classifier>
less
</classifier>
<type>
zip
</type>
<overWrite>
true
</overWrite>
<destFileName>
bonita-portal-theme.zip
</destFileName>
</artifactItem>
<artifactItem>
<groupId>
org.bonitasoft.distrib
</groupId>
<artifactId>
looknfeel
</artifactId>
<version>
${project.version}
</version>
<classifier>
css
</classifier>
<type>
zip
</type>
<overWrite>
true
</overWrite>
<destFileName>
bonita-portal-theme-css.zip
</destFileName>
</artifactItem>
</artifactItems>
<outputDirectory>
${folder_frontend_web_resources}/WEB-INF/classes
</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
...
...
Write
Preview
Supports
Markdown
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