Skip to content
forked from biafra23/AmDroid

This Project aims to implement an unofficial Android client for the service at https://getamen.com

Notifications You must be signed in to change notification settings

mrschtief/AmDroid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tests.username and tests.password need to be configured in your ~/.m2/settings.xml like this:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
...
   <profiles>
        <profile>
            <id>amenlib-properties</id>
            <properties>
                <tests.username>email@some.domain</tests.username>
                <tests.password>mypass</tests.password>
            </properties>
        </profile>
   </profiles>
...
   <activeProfiles>
        <activeProfile>amenlib-properties</activeProfile>
   </activeProfiles>
</setting>


About

This Project aims to implement an unofficial Android client for the service at https://getamen.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published