Initialization of authorization service from the code is now working.
[photos] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6a00ea2c25dc5e9a13654e34363bf0fc8ed8627a..ab055870df09fe3710c557441bbb27a85f9c91a1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
+                               <configuration>                 java
                                        <source>1.6</source>
                                        <target>1.6</target>
                                        <optimize>true</optimize>
                                </plugins>
                        </build>
                </profile>
+        <profile>
+            <id>ide</id>
+            <build>
+                <directory>target-ide</directory>
+            </build>
+        </profile>
        </profiles>
 
        <distributionManagement>