mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-09 12:03:44 +02:00
Merge pull request #13 from 1C-Company/build-fix
Исправление сборки и кодировки ресурсов
This commit is contained in:
commit
16e29a5684
19
bom/pom.xml
19
bom/pom.xml
@ -237,6 +237,25 @@
|
||||
<outputEncoding>UTF-8</outputEncoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native2ascii-maven-plugin</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>utf8-to-latin1</id>
|
||||
<goals>
|
||||
<goal>resources</goal>
|
||||
</goals>
|
||||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<srcDir>src</srcDir>
|
||||
<targetDir>${project.build.outputDirectory}</targetDir>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
|
@ -16,4 +16,5 @@ bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
plugin_ru.properties
|
||||
plugin_ru.properties,\
|
||||
check.descriptions/
|
||||
|
@ -16,4 +16,5 @@ bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
plugin_ru.properties
|
||||
plugin_ru.properties,\
|
||||
check.descriptions/
|
||||
|
@ -50,6 +50,10 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>native2ascii-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
@ -11,4 +11,5 @@
|
||||
# 1C-Soft LLC - initial API and implementation
|
||||
###############################################################################
|
||||
bin.includes = feature.xml,\
|
||||
feature.properties
|
||||
feature.properties,\
|
||||
feature_ru.properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user