OSDN Git Service

first commit
[japandigitalstudio/build-jds.git] / studio-product.pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.bonitasoft.studio.bundles</groupId>
7         <artifactId>plugins</artifactId>
8         <version>7.13.0</version>
9     </parent>
10
11     <groupId>org.bonitasoft.studio.bundles.plugins</groupId>
12     <artifactId>org.bonitasoft.studio</artifactId>
13     <packaging>eclipse-plugin</packaging>
14
15     <build>
16         <plugins>
17             <plugin>
18                <groupId>org.bonitasoft.maven</groupId>
19                 <artifactId>image-overlay-plugin</artifactId>
20                 <configuration>
21                     <baseImgPath>${basedir}/splash_without_version.bmp</baseImgPath>
22                     <outputImagePath>${basedir}/splash.bmp</outputImagePath>
23                     <outputImageFormat>bmp</outputImageFormat>
24                     <xLocation>358</xLocation>
25                     <yLocation>259</yLocation>
26                     <italic>true</italic>
27                     <fontSize>58</fontSize>
28                     <color>#0B4361</color>
29                     <versionLabel>${branding.version.short}</versionLabel>
30                 </configuration>
31                 <executions>
32                     <execution>
33                         <goals>
34                             <goal>create-image</goal>
35                         </goals>
36                     </execution>
37                 </executions>
38             </plugin>
39         </plugins>
40     </build>
41 </project>