diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..cf993d6
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,44 @@
+
+ 4.0.0
+
+ org.openstreetmap.josm.plugins
+ plugin-root
+ SNAPSHOT
+
+ PicLayer
+
+ ${plugin.link}
+
+
+ Tomasz Stelmach
+
+
+
+ src
+ 18494
+ Tomasz Stelmach
+ org.openstreetmap.josm.plugins.piclayer.PicLayerPlugin
+ This plugin allows to display any picture as a background in the editor and align it with the map.
+ images/layericon.png
+ https://josm.openstreetmap.de/wiki/Help/Plugin/PicLayer
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ ${plugin.link}
+ ${plugin.icon}
+ ${plugin.canloadatruntime}
+
+
+
+
+
+
+
diff --git a/src/org/openstreetmap/josm/plugins/piclayer/gui/autocalibrate/SelectLayerView.java b/src/org/openstreetmap/josm/plugins/piclayer/gui/autocalibrate/SelectLayerView.java
index d0c8096..92f81f6 100644
--- a/src/org/openstreetmap/josm/plugins/piclayer/gui/autocalibrate/SelectLayerView.java
+++ b/src/org/openstreetmap/josm/plugins/piclayer/gui/autocalibrate/SelectLayerView.java
@@ -9,6 +9,7 @@
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionListener;
+import java.util.List;
import javax.swing.JButton;
import javax.swing.JFrame;
@@ -22,7 +23,6 @@
public class SelectLayerView {
- private final String[] labels;
private final JList