Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 732 Bytes

File metadata and controls

21 lines (19 loc) · 732 Bytes

Project Description

Interview-it is a stunning tool that helps applicant improve results of visiting interview. All the experience (questions) is stored in interview it service and accessible to repeat in useful form at any time. Also, possible to prepare to the interview, repeating questions as a flash cards.

Maven settings

Add next code to maven settings (usual ~/.m2/settings.xml)

<profiles>
    <profile>
        <id>compiler</id>
        <properties>
            <JAVA_7_HOME>Path to java7 home folder</JAVA_7_HOME>
        </properties>
    </profile>
</profiles>
<activeProfiles>
    <activeProfile>compiler</activeProfile>
</activeProfiles>