mirror of https://github.com/apache/jclouds.git
Issue 117: fixed pom.xml and character encodings
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2267 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
ed1921f261
commit
9a654d7708
|
@ -37,6 +37,6 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>jclouds Maven archetypes</name>
|
<name>jclouds Maven archetypes</name>
|
||||||
<modules>
|
<modules>
|
||||||
<module>jclouds-json-client-archetype</module>
|
<module>json-client-archetype</module>
|
||||||
</modules>
|
</modules>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -295,7 +295,7 @@ public class BaseBlobIntegrationTest<S> extends BaseBlobStoreIntegrationTest<S>
|
||||||
|
|
||||||
@DataProvider(name = "delete")
|
@DataProvider(name = "delete")
|
||||||
public Object[][] createData() {
|
public Object[][] createData() {
|
||||||
return new Object[][] { { "normal" }, { "sp ace" }, { "qu?stion" }, { "unic¿de" },
|
return new Object[][] { { "normal" }, { "sp ace" }, { "qu?stion" }, { "unic₪de" },
|
||||||
{ "path/foo" }, { "colon:" }, { "asteri*k" }, { "quote\"" }, { "{great<r}" },
|
{ "path/foo" }, { "colon:" }, { "asteri*k" }, { "quote\"" }, { "{great<r}" },
|
||||||
{ "lesst>en" }, { "p|pe" } };
|
{ "lesst>en" }, { "p|pe" } };
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,7 +73,7 @@ public abstract class BaseHttpCommandExecutorServiceTest extends BaseJettyTest {
|
||||||
|
|
||||||
@DataProvider(name = "gets")
|
@DataProvider(name = "gets")
|
||||||
public Object[][] createData() {
|
public Object[][] createData() {
|
||||||
return new Object[][] { { "object" }, { "/path" }, { "sp ace" }, { "unic¿de" },
|
return new Object[][] { { "object" }, { "/path" }, { "sp ace" }, { "unic₪de" },
|
||||||
{ "qu?stion" } };
|
{ "qu?stion" } };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1220,7 +1220,7 @@ public class RestAnnotationProcessorTest {
|
||||||
|
|
||||||
@DataProvider(name = "strings")
|
@DataProvider(name = "strings")
|
||||||
public Object[][] createData() {
|
public Object[][] createData() {
|
||||||
return new Object[][] { { "apples" }, { "sp ace" }, { "unic¿de" }, { "qu?stion" } };
|
return new Object[][] { { "apples" }, { "sp ace" }, { "unic₪de" }, { "qu?stion" } };
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(dataProvider = "strings")
|
@Test(dataProvider = "strings")
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -99,7 +99,7 @@ pageTracker._trackPageview();
|
||||||
</excludes>
|
</excludes>
|
||||||
<properties>
|
<properties>
|
||||||
<year>${project.inceptionYear}</year>
|
<year>${project.inceptionYear}</year>
|
||||||
<email>adrian@jclouds.org</email>
|
<email>info@cloudconscious.com</email>
|
||||||
</properties>
|
</properties>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue