andraskindler / quickscroll

[Development stopped in 2014. Unfinished and not stable - not recommended to use.] Bringing extended scrolling features to Android's native ListView and ExpandableListView.
455 stars 151 forks source link

maven pom is configured incorrectly #3

Open evant opened 10 years ago

evant commented 10 years ago

It does not point to the correct sources directory. You need to add:

<build>   
    <sourceDirectory>src</sourceDirectory>
...
</build>
fraserscottmorrison commented 9 years ago

Agreed - it'd be great to get this fixed