Skip to content

Commit 90c03c5

Browse files
Matching the package structure to the example.
1 parent fbbd8d1 commit 90c03c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc_source/swf-hello.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Create a SWF project
115115
.. code-block:: sh
116116
117117
mvn archetype:generate -DartifactId=helloswf \
118-
-DgroupId=example.swf.hello -DinteractiveMode=false
118+
-DgroupId=aws.example.helloswf -DinteractiveMode=false
119119
120120
This will create a new project with a standard maven project structure:
121121

@@ -126,9 +126,9 @@ Create a SWF project
126126
└── src
127127
├── main
128128
│   └── java
129-
│   └── example
130-
│   └── swf
131-
│   └── hello
129+
│   └── aws
130+
│   └── example
131+
│   └── helloswf
132132
│   └── App.java
133133
└── test
134134
└── ...

0 commit comments

Comments
 (0)