Skip to content

Commit 0308c49

Browse files
Fix ng-testapp build and update instructions for running it in README
1 parent 2a1efde commit 0308c49

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ We haven't made a release yet, so to try the framework you need to either clone
2222

2323
```
2424
$ git clone git@github.com:ngobjects/ng-objects.git
25+
$ cd ng-objects
2526
$ mvn install
2627
$ cd ng-testapp
2728
$ mvn package
28-
$ ./target/ng-testapp-1.0.0-SNAPSHOT.woa/ng-testapp
29+
$ ./target/ng-testapp-0.1.0-SNAPSHOT.woa/ng-testapp
2930
```
3031

3132
Then point your browser to [localhost:1200](http://localhost:1200/). Yay!

ng-testapp/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<artifactId>ng-testapp</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
<name>nb-testapp</name>
9+
<packaging>woapplication</packaging>
910
<build>
1011
<plugins>
1112
<plugin>
@@ -16,6 +17,12 @@
1617
<target>21</target>
1718
</configuration>
1819
</plugin>
20+
<plugin>
21+
<groupId>is.rebbi</groupId>
22+
<artifactId>vermilingua-maven-plugin</artifactId>
23+
<version>1.0.4</version>
24+
<extensions>true</extensions>
25+
</plugin>
1926
</plugins>
2027
</build>
2128
<dependencies>

0 commit comments

Comments
 (0)