Skip to content

Commit 26cf8ee

Browse files
author
oleg
committed
restoring mistakenly deleted component
1 parent 4d8d12c commit 26cf8ee

File tree

19 files changed

+1387
-0
lines changed

19 files changed

+1387
-0
lines changed

pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<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/maven-v4_0_0.xsd">
2+
<parent>
3+
<artifactId>plexus-components</artifactId>
4+
<groupId>org.codehaus.plexus</groupId>
5+
<version>1.1.12</version>
6+
</parent>
7+
<modelVersion>4.0.0</modelVersion>
8+
<artifactId>plexus-i18n</artifactId>
9+
<name>Plexus I18N Component</name>
10+
<version>1.0-beta-10-SNAPSHOT</version>
11+
<build>
12+
<plugins>
13+
<plugin>
14+
<groupId>org.codehaus.plexus</groupId>
15+
<artifactId>plexus-maven-plugin</artifactId>
16+
<version>1.3.5</version>
17+
<executions>
18+
<execution>
19+
<goals>
20+
<goal>descriptor</goal>
21+
</goals>
22+
</execution>
23+
</executions>
24+
</plugin>
25+
<plugin>
26+
<artifactId>maven-compiler-plugin</artifactId>
27+
<configuration>
28+
<source>1.5</source>
29+
<target>1.5</target>
30+
</configuration>
31+
</plugin>
32+
</plugins>
33+
</build>
34+
<dependencies>
35+
<dependency>
36+
<groupId>org.codehaus.plexus</groupId>
37+
<artifactId>plexus-utils</artifactId>
38+
<version>1.4.5</version>
39+
</dependency>
40+
</dependencies>
41+
</project>

0 commit comments

Comments
 (0)