diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-08 10:38:53 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-08 10:38:53 +0200 |
commit | 70a1850e5e29e7a06f43132cf0c4cea51744d0d0 (patch) | |
tree | c62c28a70bc1ca539d816f915e9f80400b386e5f | |
parent | 1e38481883a4bb4098cb1d4722e511b25d6933ef (diff) | |
download | sonarqube-70a1850e5e29e7a06f43132cf0c4cea51744d0d0.tar.gz sonarqube-70a1850e5e29e7a06f43132cf0c4cea51744d0d0.zip |
[maven-release-plugin] prepare release 4.5-RC14.5-RC1
33 files changed, 48 insertions, 60 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index 1ae26fd5ca7..cde3b3d813f 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml index 334122c4b91..830ba98eb1a 100644 --- a/plugins/sonar-cpd-plugin/pom.xml +++ b/plugins/sonar-cpd-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index 89878478823..7221a1554ae 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index b2029087b50..23d29b72808 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index 8bb88b08971..58a18c43dc1 100644 --- a/plugins/sonar-email-notifications-plugin/pom.xml +++ b/plugins/sonar-email-notifications-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 98585e5b11b..fc7bc2e393d 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 6c1a1182306..03c782ce735 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> @@ -1,12 +1,11 @@ <?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/maven-v4_0_0.xsd"> +<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"> <modelVersion>4.0.0</modelVersion> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> <packaging>pom</packaging> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -1146,7 +1145,7 @@ <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection> <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection> <url>https://github.com/SonarSource/sonarqube</url> - <tag>HEAD</tag> + <tag>4.5-RC1</tag> </scm> <ciManagement> @@ -1349,7 +1348,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1362,7 +1361,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1376,7 +1375,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1389,7 +1388,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> diff --git a/server/pom.xml b/server/pom.xml index c0ec6370c42..9388a2a026c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/process/pom.xml b/server/process/pom.xml index b2d9174cbef..08edeba49b9 100644 --- a/server/process/pom.xml +++ b/server/process/pom.xml @@ -1,11 +1,9 @@ <?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"> +<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"> <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/process/sonar-dummy-app/pom.xml b/server/process/sonar-dummy-app/pom.xml index 672d448acb7..f32e6d9ef16 100644 --- a/server/process/sonar-dummy-app/pom.xml +++ b/server/process/sonar-dummy-app/pom.xml @@ -1,11 +1,9 @@ <?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"> +<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"> <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>process</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/process/sonar-process/pom.xml b/server/process/sonar-process/pom.xml index 4753b693998..7897d26b5a4 100644 --- a/server/process/sonar-process/pom.xml +++ b/server/process/sonar-process/pom.xml @@ -1,11 +1,9 @@ <?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"> +<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"> <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>process</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index bcb4765c738..88e420dff1d 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -1,11 +1,9 @@ <?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"> +<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"> <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 6efe65ce18e..0484e17e54c 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -1,11 +1,10 @@ <?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"> +<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>server</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 722dcc7a38d..2c0e9bba46e 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -1,11 +1,10 @@ <?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"> +<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>server</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/server/sonar-ws-client/pom.xml b/server/sonar-ws-client/pom.xml index ac59f2f4ab7..1bdfc540aa5 100644 --- a/server/sonar-ws-client/pom.xml +++ b/server/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ws-client</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index a7e45403831..c04ec45d625 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -1,12 +1,11 @@ <?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"> +<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.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-application</artifactId> @@ -237,8 +236,8 @@ <phase>package</phase> <configuration> <target> - <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5"/> - <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha"/> + <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5" /> + <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha" /> </target> </configuration> <goals> diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 28bf19e362c..e087a36c454 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-batch-maven-compat</artifactId> diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 35cc8af069a..9cfea27cb56 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-batch-protocol</artifactId> diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 89f7c9252a4..f8035e48ad0 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-batch</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index bd4450a13ca..7162b8538ca 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index 5f0d84f1032..7b4f6abf557 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index bad0f4f5503..3cee5c6c3d4 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml index 84a01b6bf4e..d607cbe626f 100644 --- a/sonar-deprecated/pom.xml +++ b/sonar-deprecated/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-deprecated</artifactId> <name>SonarQube :: Deprecated</name> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 9808d5de697..d67cb93213b 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index 76e711774ee..56cb0467077 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> <groupId>org.codehaus.sonar</groupId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 83edfd67fd7..fdc8271460a 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml index a87bbb2afdd..d8cee42d9c4 100644 --- a/sonar-java-api/pom.xml +++ b/sonar-java-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-java-api</artifactId> <name>SonarQube :: Java API</name> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index e2ef82f8633..6ba4f0bb61c 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml index 0a07a082954..d6d3945afdb 100644 --- a/sonar-maven-plugin/pom.xml +++ b/sonar-maven-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-maven-plugin</artifactId> <packaging>maven-plugin</packaging> diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml index a2df4a45464..49d43f42376 100644 --- a/sonar-maven3-plugin/pom.xml +++ b/sonar-maven3-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-maven3-plugin</artifactId> <packaging>pom</packaging> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 46985b00c84..58d20b13d08 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index f1814ab99f5..94a7466b88e 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> |