diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-18 13:27:05 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-18 13:27:05 +0200 |
commit | c41842fc961af612d03ab6f21d47fd05c2c070d8 (patch) | |
tree | 56b50a4f62508f7653ba5180c73a1f8ca79f5434 /plugins/sonar-l10n-en-plugin/pom.xml | |
parent | b6083abec8c95e5bb7c68fb83d09fe40d154e23d (diff) | |
parent | eebc6d31b2750c1aae890e716c2c37854543980f (diff) | |
download | sonarqube-c41842fc961af612d03ab6f21d47fd05c2c070d8.tar.gz sonarqube-c41842fc961af612d03ab6f21d47fd05c2c070d8.zip |
Merge branch medium-tests
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/pom.xml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml deleted file mode 100644 index 66bdabc0e8e..00000000000 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar</artifactId> - <version>4.4-SNAPSHOT</version> - <relativePath>../..</relativePath> - </parent> - - <groupId>org.codehaus.sonar.plugins</groupId> - <artifactId>sonar-l10n-en-plugin</artifactId> - <packaging>sonar-plugin</packaging> - <name>SonarQube :: Plugins :: English Pack</name> - - <dependencies> - <dependency> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-plugin-api</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.easytesting</groupId> - <artifactId>fest-assert</artifactId> - <scope>test</scope> - </dependency> - - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>native2ascii-maven-plugin</artifactId> - <version>1.0-beta-1</version> - <executions> - <execution> - <goals> - <goal>native2ascii</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-packaging-maven-plugin</artifactId> - <configuration> - <pluginName>English Pack</pluginName> - <pluginClass>org.sonar.plugins.l10n.EnglishPackPlugin</pluginClass> - <pluginDescription><![CDATA[Language pack for English]]></pluginDescription> - </configuration> - </plugin> - </plugins> - </build> -</project> |