Andrei Pozolotin

Results 9 issues of Andrei Pozolotin

make "control" optional, move as much parameters as possible into the pom the intent is to have unified deb/rpm information source and use pom.xml as single repository for this information

improvement

would be great if you could unify with rmp plugin as much as possible http://mojo.codehaus.org/rpm-maven-plugin/example1.html so there is no need to call same things by different names

improvement

hello; 0) this is a feature request; 1) currently, include url()/file()/classpath() https://github.com/typesafehub/config/blob/master/HOCON.md#includes are either relative or absolute, to the specific url: "otherwise, a file or other resource "adjacent to" the...

feature request

hey, can you please release this to maven central? thanks.

see #2 http://developer.android.com/tools/sdk/ndk/index.html http://code.google.com/p/maven-android-plugin/ https://github.com/jayway/maven-android-plugin/

enhancement

@CCob in case you care to look, I started putting caliper benchmarks here https://github.com/barchart/netty-udt/tree/bench/bench this http://microbenchmarks.appspot.com/user/[email protected]/ [tcp.NativeXferBench](http://microbenchmarks.appspot.com/run/[email protected]/io.netty.bench.transport.tcp.NativeXferBench) [udt.NativeXferBench](http://microbenchmarks.appspot.com/run/[email protected]/io.netty.bench.transport.udt.NativeXferBench) shows that crossing into JNI costs 10 times more (500 ns vs...

enhancement

it seems this code is for repl use only; needs many fixes if you try to use in eclipse with maven-scala-plugin with "normal" pom.xml; - missing package imports - missing...

Laird, hi; I am curious if you can cut out 1.1 release? thanks; Andrei.

1) I am curious if there is an easy way to support http://www.h2database.com/html/advanced.html#clustering one more goal to invoke: java org.h2.tools.CreateCluster -urlSource jdbc:h2:tcp://localhost:9101/~/test -urlTarget jdbc:h2:tcp://localhost:9102/~/test -user sa -serverList localhost:9101,localhost:9102 ? 2)...